/*p{
  font-size: 16px;
  color: #000;
  line-height:16px;
  text-align: left;
}*/
/*.e{
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space:nowrap;
}*/
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import "idangerous.swiper.css";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  text-decoration: none;
  color: #666;
}
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
  padding: 0;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  list-style-type: none;
}
/**
 * Correct list img handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/*
*  base
*/
html,
body,
body div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font-weight: 400;*/
  vertical-align: baseline;
  background: 0 0;
}
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
input,
select,
textarea,
button {
  font: 12px/1.5 "STHeiti", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "SimSun", "STSong", "Arial", "sans-serif";
}
ul,
ol,
dl {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
a,
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", Arial, sans-serif;
  color: #666;
}
body {
  font-size: 16px;
  line-height: 1.4;
}
img {
  width: auto;
  height: auto;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between img and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
   * Extends the .visuallyhidden class to allow the element to be focusable
   * when navigated to via the keyboard: h5bp.com/p
   */
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for img, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
#header {
  height: 122px;
  background: #fff;
}
#header .logo {
  float: left;
  margin-right: 3.52941176%;
}
#header .nav {
  float: left;
  overflow: hidden;
}
#header .nav li {
  float: left;
  margin-right: 10px;
}
#header .nav a {
  display: block;
  padding: 0 20px;
  font-size: 18px;
  color: #333;
  line-height: 80px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s ;
  -ms-transition: all .5s ;
  -o-transition: all .5s ;
  transition: all .5s ;
}
#header .nav .active a,
#header .nav li:hover a {
  color: #fff;
  background: #2c73b6;
}
#header .search {
  line-height: 80px;
  float: right;
}
#header .search i {
  width: 1px;
  height: 15px;
  margin: 0 15px;
  background: #333333;
  display: inline-block;
}
/*6-28*/
#header .search .search-l-btn{
  position: relative;
}
#header .search .search-l-btn .zt-form{
  position: absolute;
  top: 0;
  right: 0;
}
#header .search .search-l-btn .s-int{
  width: 200px;
  height: 28px;
  line-height: 28px;
  text-indent: 6px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #bebebe;
  outline: none;
  padding-right: 26px;
  display: none;
}
#header .search .search-l-btn .s-btn{
  width: 26px;
  height: 27px;
  background: url("../../images/zt/ztindex_05.png") no-repeat;
  border: none;
  outline: none;
  position: absolute;
  top: 26px;
  right: 0;
}
#header .search .search-l-en{
  margin-left: 20px;
}
#header .search .search-l-en a{
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-left: 1px solid #bebebe;
  padding-left: 10px;
  margin-top: 26px;
}



/*6-28  end*/

#header .drop {
  z-index: 111;
  position: absolute;
  top: 122px;
  width: 100%;
  /*background: url(../../images/zt/ztindex_opcity_white_07.png);*/
  background: #EBF0F8;
  opacity: 0;
}
#header .drop .drop_box {
  padding: 0.88235294% 0% 0.88235294% 0;
  overflow: hidden;
  position: relative;
  width: 860px;
  margin-left: 162px;
  padding-left: 3.52941176%;
}
#header .drop .drop_box .left {
  float: left;
  width: 166px;
  margin-right: 3.52941176%;
}
#header .drop .drop_box .left img {
  width: 100%;
}
#header .drop .drop_box .right {
  float: left;
}
#header .drop .drop_box .right .title {
  padding-left: 19px;
  font-size: 27px;
  color: #000;
  line-height: 69px;
}
#header .drop .drop_box ul {
  overflow: hidden;
  position: relative;
}
#header .drop .drop_box ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin-right: 53px;
  padding-left: 19px;
  font-size: 17px;
  line-height: 30px;
}
#header .drop .drop_box ul a {
  color: #000;
}
#header .drop .drop_box ul .active,
#header .drop .drop_box ul li:hover {
  background: url(../../images/zt/ztindex_drop_06.png) left center no-repeat;
}
#header .drop .drop_box ul .active a,
#header .drop .drop_box ul a:hover {
  color: #2c73b6;
}
#header .drop .drop_box .ml0 {
  margin-left: -19px;
}
#header .drop .drop_box .ml1 {
  margin-left: 102px;
}
#header .drop .drop_box .ml2 {
  margin-left: 227px;
}
#header .drop .drop_box .ml2 li {
  margin-right: 45px;
}
#header .drop .drop_box .ml3 {
  /*float: right;*/
  margin-left: auto;
  margin-left: 294px;
}
#header .drop .drop_box .ml3 li {
  margin-right: 0;
  margin-left: 53px;
}
#header .drop .drop_box .ml4 {
  /*float: right;*/
  margin-left: auto;
  margin-left: 418px;
}
#header .drop .drop_box .ml4 li {
  margin-right: 0;
  margin-left: 53px;
}
#header .drop .drop_box .ml5 {
  float: right;
  margin-right: 137px;
  /*margin-left: 538px;*/
}
.nav-phone{
  font-size: 17px;
  color: #333;
}
#header .drop .drop_box .ml5 li {
  margin-right: 0;
  margin-left: 53px;
}
#header .mobile_list {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  cursor: pointer;
}
#header .mobile_list img {
  width: 100%;
}
#header .mobile_search {
  display: none;
  position: absolute;
  top: 30px;
  right: 50px;
  cursor: pointer;
  width: 23px;
  height: 23px;
}
#header .mobile_search img {
  width: 100%;
}
#header .mobile_nav {
  display: none;
  position: absolute;
  z-index: 111;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 35px 0 6.81818182%;
  background: #2771b8;
}
#header .mobile_nav .list {
  cursor: pointer;
  font-size: 19px;
  color: #fff;
  line-height: 40px;
  text-indent: 1.3em;
  background: url(../../images/zt/ztindex_add7_03.png) 95% 1.3rem no-repeat;
}
#header .mobile_nav .list ul {
  padding: 0 2.3em 5.45454545%;
  background: #195897;
}
#header .mobile_nav .list ul li {
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  line-height: 40px;
  text-indent: .3em;
}
#header .mobile_nav .list ul li:last-child {
  border-bottom: none;
}
#header .mobile_nav .list ul a {
  color: #fff;
}
#header .mobile_nav .list ul a.hover,
#header .mobile_nav .list ul li:hover a {
  color: #fff;
}
#header .mobile_nav ul {
  display: none;
}
#header .mobile_nav .active {
  color: #fff;
  background: #164d84 url(../../images/zt/ztindex_add_03.png) 95% 1.3rem no-repeat;
}
#header .mobile_nav .active ul {
  padding: 0 2.3em 5.45454545%;
  background: #195897;
}
#header .mobile_nav .active ul li {
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  line-height: 40px;
  text-indent: .3em;
}
#header .mobile_nav .active ul a {
  color: #fff;
}
#header .mobile_nav .active ul a.hover,
#header .mobile_nav .active ul li:hover a {
  color: #fff;
}
#header .mobile_nav .share {
  position: absolute;
  top: 15px;
  right: 6%;
}
#header .mobile_nav .share .en {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  padding-left: 8px;
  border-left: 1px solid #fff;
}
#header .mobile_nav .share .jiathis_style_32x32 {
  padding-right: 34px;
}

#header .zt-top{
  width: 94%;
  /*max-width: 1700px;*/
  /*margin: 0 auto;*/
  padding: 0 3%;
  height: 40px;
  /*line-height: 58px;*/
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
}
#header .zt-top p{
  font-size: 14px;
  text-align: right;
}
#header .zt-top p span{
  display: inline-block;
  margin: 0 10px;
  line-height: 40px;
}
#header .zt-top p span .zt-t-phone{
  background: url("../../images/zt/zt-top-icon01.png") no-repeat;
  background-position: left center;
  padding-left: 30px;

}
#header .zt-top p span .zt-t-maile{
  background: url("../../images/zt/zt-top-icon02.png") no-repeat;
  background-position: left center;
  padding-left: 30px;
}

/*全局样式*/
.maximum_header {
  width: 88.54166667%;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
}
.maximum_news {
  width: 83.33333333%;
  max-width: 1300px;
  margin: 0 auto;
}
.maximum_friendly {
  width: 93.75%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.maximum_footer {
  width: 83.33333333%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
h3.zt_title {
  margin-top: 3.125%;
  text-align: center;
  font-size: 39px;
  color: #333;
  line-height: 39px;
}
h3.zt_title_white {
  color: #fff;
}
hr.zt_title_down {
  margin: 1.04166667% auto 2.08333333%;
  width: 3.64583333%;
  height: 5px;
  background: #e30920;
  border: none;
}
.zt_title_down_margin {
  margin: 1.04166667% auto 0.52083333%;
}
.zt_title_cont {
  margin: 0 auto 2.54901961%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 41px;
  width: 53.125%;
}
/*swiper样式*/
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.index_banner {
  overflow: hidden;
}
.index_banner .swiper-container {
  margin-bottom: 2.60416667%;
}
.index_banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
}
.index_banner .swiper-slide .small {
  display: none;
}
.index_banner .swiper-slide img {
  width: 100%;
}
.index_banner ul {
  position: absolute;
  top: 31.25%;
  left: 10.41666667%;
  right: 2.60416667%;
  text-align: left;
  font-size: 30px;
  color: #fff;
}
.index_banner ul .title {
  line-height: 44px;
  font-size: 40px;
  margin-left: -100%;
  margin-bottom: 1.82291667%;
  width: 100%;
}
.index_banner ul .width {
  margin-left: 200% ;
  width: 100%;
}
.zt_nav_tabs {
  position: relative;
  margin-bottom: 7.1875%;
}
.zt_nav_tabs .label {
  overflow: hidden;
}
.zt_nav_tabs .label .active,
.zt_nav_tabs .label li:hover {
  color: #2c73b6;
}
.zt_nav_tabs .label .active .x,
.zt_nav_tabs .label li:hover .x{
  display: block;
  background: #2c73b6;
}
.zt_nav_tabs .label li {
  float: left;
  margin-right: 7.30769231%;
  font-size: 21px;
  line-height: 36px;
  color: #666;
  padding: 0 4px;
  cursor: pointer;
}
.zt_nav_tabs .label li .x{
  display: block;
  width: 50px;
  height: 2px;
  background: #f7f7f7;
  margin: 0 auto 14px;
}
.zt_nav_tabs .more {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 16px;
  margin-top: 13px;
  color: #666;
  padding-right: 20px ;
  background: url(../../images/zt/ztindex_11.png) right center no-repeat;
}
.zt_nav_tabs .more:hover {
  color: #2c73b6;
  background: url(../../images/zt/ztindex_blue_11.png) right center no-repeat;
}
.zt_nav_tabs .nav_tabs_box .box {
  overflow: hidden;
}
.zt_nav_tabs .nav_tabs_box .big_pic {
  float: left;
  height: 410px;
  position: relative;
  width: 48.61538462%;
  overflow: hidden;
}
.zt_nav_tabs .nav_tabs_box .big_pic img {
  height: 100%;
  width: 100%;
}
.zt_nav_tabs .nav_tabs_box .big_pic ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.41085271% 6.20155039% 3.87596899% 6.20155039%;
  background: url(../../images/zt/ztindex_opcity_07.png);
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}
.zt_nav_tabs .nav_tabs_box .big_pic ul .title {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 2.63565891%;
}
.zt_nav_tabs .nav_tabs_box .big_pic ul .txt-h01{
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;*/
}
.zt_nav_tabs .nav_tabs_box .big_pic .detail {
  font-size: 16px;
  color: #fff;
  line-height: 14px;
  position: absolute;
  bottom: 5.73643411%;
  right: 6.20155039%;
  padding-right: 22px;
  background: url(../../images/zt/ztindex_sarrow_05.png) right center no-repeat;
}
.zt_nav_tabs .nav_tabs_box .news {
  width: 545px;
  float: right;
}
.zt_nav_tabs .nav_tabs_box .news li {
  cursor: pointer ;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.06896552%;
}

/*.zt_nav_tabs .nav_tabs_box .news li .date {
  float: left;
  padding: 1.72413793% 2.25862069% 1.72413793% 2.25862069%;
  background: #fff;
  margin-right: 1.72413793%;
}
.zt_nav_tabs .nav_tabs_box .news li .date .day {
  font-size: 16px;
  color: #2c73b6;
  line-height: 16px;
  text-align: center;
}
.zt_nav_tabs .nav_tabs_box .news li .date .month {
  font-size: 18px;
  color: #2c73b6;
  line-height: 18px;
  margin:2% 0 15.91044776%;
  font-weight: bold;
  text-align: center;
}
*/
.zt_nav_tabs .nav_tabs_box .news li .date {
  float: left;
  padding: 6px 8px;
  background: #fff;
  margin-right: 1.72413793%;
}
.zt_nav_tabs .nav_tabs_box .news li .date .day {
  font-size: 16px;
  color: #2c73b6;
  line-height: 17px;
  text-align: center;
}
.zt_nav_tabs .nav_tabs_box .news li .date .month {
  font-size: 18px;
  color: #2c73b6;
  line-height: 18px;
  margin:0 0 5px;
  font-weight: bold;
  text-align: center;
}
.zt_nav_tabs .nav_tabs_box .news li .p {
  font-size: 18px;
  color: #999;
  line-height: 316.66666667%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  float: none;
  position: absolute;
  left: 18.96363636%;
  top: 0;
  right: 0;
}
.zt_nav_tabs .nav_tabs_box .news .active .date,
.zt_nav_tabs .nav_tabs_box .news li:hover .date {
  background: #2c73b6;
}
.zt_nav_tabs .nav_tabs_box .news .active .date .day,
.zt_nav_tabs .nav_tabs_box .news li:hover .date .day {
  color: #fff;
}
.zt_nav_tabs .nav_tabs_box .news .active .date .month,
.zt_nav_tabs .nav_tabs_box .news li:hover .date .month {
  color: #fff;
}
.zt_nav_tabs .nav_tabs_box .news .active .p,
.zt_nav_tabs .nav_tabs_box .news li:hover .p {
  color: #2c73b6;
}
.zt_nav_tabs .nav_tabs_box .news .more {
  display: block;
  text-decoration: none;
  margin-top: 12px;
  padding-left: 32px;
  background: url(../img/zhongxindj_08.png) no-repeat left center;
  font-size: 12px;
  color: #5F636A;
  line-height: 23px;
}
.zt_net_box {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.back_pic_word {
  text-align: center;
  background: #2c73b6;
  overflow: hidden;
  padding: 0 0 4.16666667%;
}
.back_pic_word .figurebox {
  width: 58.33333333%;
  margin: 0 auto 1%;
  text-align: center;
}
/*.back_pic_word figure {
  cursor: pointer;
  margin: 2.32142857% 5.35714286% 0;
  padding: 3.39285714% 0 3.66071429%;
  width: 20.53571429%;
  border: 1px solid #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}*/
.back_pic_word figure{
  cursor: pointer;
  width: 21.8%;
  margin: 1%;
  padding: 3.39285714% 0 3.66071429%;
  border: 1px solid #fff;
  /*float: left;*/
  display: inline-block;
  *display: inline-block;
  *zoom: 1;
  text-align: center;
}
.back_pic_word figure img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.back_pic_word figure .red {
  display: none;
}
.back_pic_word figure figcaption {
  height: 26px;
  overflow: hidden;
  margin-top: 8.69565217%;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}
.back_pic_word figure .sub_fig {
  /* display: none; */
  margin: 7.82608696% 0 1.73913043%;
  font-size: 16px;
  height: 20px;
  /*line-height: 14px;*/
  color: #fff;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.back_pic_word figure:hover {
  background: url(../../images/zt/ztindex_three_white_07.png);
  border: 1px solid #2c73b6;
}
.back_pic_word figure:hover .white {
  display: none;
}
.back_pic_word figure:hover .red {
  display: block;
}
.zt_network {
  width: 100%;
  position: relative;
  /*国际通道*/
  /*组织架构*/
}
.zt_network .china {
  display: none;
}
.zt_network .china_net {
  display: none;
}
.zt_network .china .img {
  width: 100%;
}
.zt_network .world .img,
.zt_network .china .img,
.zt_network .china_net .img {
  width: 100%;
}
.zt_network .radio {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  color: #919191;
  line-height: 1.2;
}
.zt_network .radio .inter,
.zt_network .radio .inter2 {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5.2%;
  background: url(../../images/zt/zt_net_click_05.png) no-repeat left center;
  padding-left: 34px;
}
.zt_network .radio .checked {
  color: #2c73b6;
  background: url(../../images/zt/zt_net_click_03.png) no-repeat left center;
}
.zt_network .world {
  position: relative;
}
.zt_network .list {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  width: 18px ;
  height: 18px;
  z-index: 11;
  cursor:default;
}
.zt_network .list .coordinate {
  position: absolute;
  top: -52px;
  left: -10px;
  display: none;
  z-index: 11;
}
.zt_network .list .coordinate2 {
  position: absolute;
  top: -44px;
  left: 0px;
  display: none;
  z-index: 11;
}
.zt_network .list .box {
  display: none;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  width: 234px;
  height: 167px;
  top: -277px;
  left: -127px;
  z-index: 11;
}
.zt_network .list .box .triangle {
  position: absolute;
  bottom: -20px;
  left: -16px;
  margin-left: 50%;
}
.zt_network .list .box .title {
  font-size: 20px;
  color: #2c73b6;
  line-height: 1;
  text-align: center;
  padding: 0px 0 12px;
}
.zt_network .list .box .route,
.zt_network .list .box .tell,
.zt_network .list .box .site {
  font-size: 14px;
  color: #3e3a3a;
  padding: 7px 0 4px;
  line-height: 1.4;
  border-top: 1px solid #f2f2f2;
  padding-left: 26px ;
  height: 40px;
}
.zt_network .list .box .route {
  background: url(../../images/zt/zt_net_pop_03.png) no-repeat left center;
  line-height:
}
.zt_network .list .box .tell {
  line-height: 2.9;
  background: url(../../images/zt/zt_net_pop_06.png) no-repeat left center;
}
.zt_network .list .box .mail {
  color: #3e3a3a;
  line-height: 2.9;
  padding-left: 26px;
  background: url(../../images/zt/zt_net_pop_06.png) no-repeat left center;
}
.zt_network .list .box .site {
  background: url(../../images/zt/zt_net_pop_08.png) no-repeat left center;
}
.zt_network .list:hover .coordinate {
  /*display: block;*/
}
.zt_network .list:hover .coordinate2 {
  /*display: block;*/
}
.zt_network .list:hover .box {
  /*display: block;*/
}
.zt_network .w_chengdu {
  top: 74.94145199%;
  left: 70.765%;
}
.zt_network .w_wuhan {
  top: 74.55113193%;
  left: 72.65625%;
}
.zt_network .w_yiwu {
  top: 76.58079625%;
  left: 75.67708333%;
}
.zt_network .w_chongqing {
  top: 76.03434817%;
  left: 68.22916667%;
}
.zt_network .w_zhenzhou {
  top: 69.86729118%;
  left: 72.39583333%;
}
.zt_network .w_suzhou {
  top: 73.61436378%;
  left: 76.25%;
}
.zt_network .w_hefei {
  top: 73.84855582%;
  left: 74.89583333%;
}
.zt_network .w_shilong {
  top: 80.95238095%;
  left: 73.28125%;
}
.zt_network .w_shenyang {
  top: 61.98282592%;
  left: 78.125%;
}
.zt_network .w_chifeng {
  top: 61.67056987%;
  left: 75.26041667%;
}
.zt_network .w_changsha {
  top: 77.36143638%;
  left: 72.13541667%;
}
.zt_network .w_guangzhou {
  top: 81.96721311%;
  left: 72.13541667%;
}
.zt_network .w_tianjin {
  top: 65.41764247%;
  left: 74.53125%;
}
.zt_network .w_xian {
  top: 71.11631538%;
  left: 69.79166667%;
}
.zt_network .c_urumqi {
  top: 61.67056987%;
  left: 57.03125%;
}
.zt_network .c_xizang {
  top: 72.59953162%;
  left: 58.75%;
}
.zt_network .c_chengdu {
  top: 73.38017174%;
  left: 65.72916667%;
}
.zt_network .c_huhehaote {
  top: 62.91959407%;
  left: 71.61458333%;
}
.zt_network .c_lanzhou {
  top: 67.29117877%;
  left: 66.09375%;
}
.zt_network .c_beijing {
  top: 63.07572209%;
  left: 74.375%;
}
.zt_network .c_taiyuan {
  top: 65.49570648%;
  left: 72.55208333%;
}
.zt_network .c_xian {
  top: 70.80405933%;
  left: 69.0625%;
}
.zt_network .c_chongqing {
  top: 74.3950039%;
  left: 67.03125%;
}
.zt_network .c_kunming {
  top: 78.7665886%;
  left: 66.40625%;
}
.zt_network .c_haerbin {
  top: 56.90866511%;
  left: 80.83333333%;
}
.zt_network .c_shenyang {
  top: 62.29508197%;
  left: 79.21875%;
}
.zt_network .c_tianjin {
  top: 65.6518345%;
  left: 74.79166667%;
}
.zt_network .c_jinan {
  top: 68.30601093%;
  left: 75.10416667%;
}
.zt_network .c_zhengzhou {
  top: 69.86729118%;
  left: 72.70833333%;
}
.zt_network .c_wuhan {
  top: 73.1459797%;
  left: 72.96875%;
}
.zt_network .c_nanning {
  top: 77.82982045%;
  left: 69.84375%;
}
.zt_network .c_shanghai {
  top: 73.06791569%;
  left: 77.03125%;
}
.zt_network .c_dalian {
  top: 65.10538642%;
  left: 77.5%;
}
.zt_network .c_ningbo {
  top: 75.56596409%;
  left: 77.13541667%;
}
.zt_network .c_nanchang {
  top: 74.78532397%;
  left: 73.69791667%;
}
.zt_network .c_guangzhou {
  top: 80.40593286%;
  left: 72.96875%;
}
.zt_network .c_shenzhou {
  top: 81.81108509%;
  left: 74.01041667%;
}
.zt_friendly_link {
  overflow: hidden;
  padding: 3.64583333% 0 2.1875%;
}
.zt_friendly_link .title {
  float: left;
  font-size: 17px;
  line-height: 17px;
  color: #000;
  position: absolute;
  top: 0;
  left: 3%;
}
.zt_friendly_link ul {
  float: left;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 90%;
  margin-left: 13%;
}
.zt_friendly_link ul li {
  float: left;
  font-size: 15px;
  line-height: 17px;
  color: #666;
  width: 20%;
  margin-bottom: 2.15384615%;
  -ms-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zt_friendly_link ul a {
  color: #666;
}
.zt_friendly_link ul a:hover {
  color: #2c73b6;
}
#footer {
  overflow: hidden;
  background: #f2f2f2;
}
#footer dl {
  width: 15.4375%;
  float: left;
  margin-bottom: 1.5625%;
  font-size: 13px;
  line-height: 26px;
  color: #666;
}
#footer dl a {
  color: #666;
  font-size: 15px;
}
#footer .wechat {
  width: 70px;
  margin-left: -1.5625%;
}
#footer .wechat dt {
  text-align: center;
  margin: 0% 0 24%;
}
#footer .wechat img {
  width: 100%;
}
#footer dt {
  font-size: 17px;
  line-height: 17px;
  color: #000;
  margin: 18.4% 0 11.2%;
}
#footer dd a:hover {
  text-decoration: underline;
}
#footer .copyright {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
  border-top: 1px solid #e6e6e6;
  padding: 1.04166667% 0;
  /*margin-bottom: 4.16666667%;*/
  font-size: 16px;
  line-height: 16px;
  color: #999;
}
#footer .copyright .copy {
  float: left;
}
#footer .copyright .copy span {
  margin-left: 40px;
}
#footer .copyright .records {
  float: right;
}
#footer .copyright .records span {
  margin-left: 10px;
}
/*新闻中心*/
@media screen and (min-width: 1600px) {
  .zt_nav_tabs .nav_tabs_box .big_pic {
    width: 48.5%;
  }
}
@media screen and (max-width: 1500px) {
  .zt_nav_tabs .nav_tabs_box .big_pic {
    width: 51%;
    height: 380px;
  }
  .zt_nav_tabs .nav_tabs_box .news {
    width: 463px;
    float: right;
  }
  .zt_title_cont {
    width: 79.16666667%;
  }
  .back_pic_word .figurebox {
    width: 79.16666667%;
  }
  .back_pic_word figure {
    margin: 2.32142857% 1% 0;
    width: 22%;
  }
}
@media screen and (max-width: 1400px) {
  .zt_nav_tabs .nav_tabs_box .big_pic {
    width: 53%;
    height: 370px;
  }
  .zt_nav_tabs .nav_tabs_box .news {
    width: 443px;
    float: right;
  }
}
@media screen and (max-width: 1350px) {
  .zt_nav_tabs .nav_tabs_box .big_pic {
    width: 53%;
    height: 350px;
  }
  .zt_nav_tabs .nav_tabs_box .news {
    width: 393px;
    float: right;
  }
}
@media screen and (max-width: 1300px) {
  .zt_nav_tabs .nav_tabs_box .big_pic {
    width: 54%;
    height: 350px;
  }
  .zt_nav_tabs .nav_tabs_box .news {
    width: 393px;
    float: right;
  }
}
@media screen and (max-width: 1200px) {
  .zt_nav_tabs .nav_tabs_box .big_pic {
    width: 56%;
    height: 350px;
  }
  .zt_nav_tabs .nav_tabs_box .news {
    width: 353px;
    float: right;
  }
}
@media screen and (max-width: 1000px) {
  .zt_nav_tabs .nav_tabs_box .big_pic {
    width: 54%;
    height: 333px;
  }
  .zt_nav_tabs .nav_tabs_box .news {
    width: 300px;
    float: right;
  }
}
@media screen and (max-width: 1240px) {
  #header .nav a {
    padding: 0 12px;
  }
  #header .nav li {
    margin-right: 7px;
  }
  #header .logo {
    margin-right: 1.5%;
  }
  #header .drop .drop_box .ml1 {
    margin-left: 86px;
  }
  #header .drop .drop_box .ml2 {
    margin-left: 191px;
  }
  #header .drop .drop_box {
    width: 618px;
  }
  #header .drop .drop_box {
    padding-left: 1.5%;
  }
  .maximum_news {
    width: 87%;
  }
}
@media screen and (max-width: 1024px) {
  .zt_network{
    display: none;
  }
  #header .nav,
  #header .search {
    display: none;
  }
  .back_pic_word figure figcaption {
    font-size: 16px;
  }
  #header .mobile_list,
  #header .mobile_search {
    display: block;
  }
  #footer .copyright .copy,
  #footer .copyright .records {
    width: 100%;
    line-height: 2em;
  }
  #footer .copyright .records span,
  #footer .copyright .copy span {
    display: block;
    margin: 0;
  }
  #footer .copyright .copy,
  #footer .copyright .records {
    text-align: center;
  }
}
/*rem*/
@media screen and (max-width: 768px) {
  html {
    font-size: 7px;
  }
  #header .nav li {
    margin-right: 1rem;
  }
  #header .nav a {
    padding: 0 2rem;
    font-size: 1.8rem;
    line-height: 8rem;
  }
  #header .search {
    line-height: 8rem;
  }
  #header .search i {
    width: 0.1rem;
    height: 1.5rem;
    margin: 0 1.5rem;
  }
  #header .mobile_list,
  #header .mobile_search {
    top: 22px;
  }
  #header .mobile_nav {
    top: 50px;
  }
  #header .mobile_nav .list {
    font-size: 2.4rem;
    line-height: 3.8rem;
  }
  #header .mobile_nav .list ul li {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
  #header .mobile_nav .active ul li {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
  /*全局样式*/
  h3.zt_title {
    margin-top: 3.125%;
    font-size: 3.2rem;
    line-height: 3.9rem;
  }
  hr.zt_title_down {
    width: 54px;
  }
  /*swiper样式*/
  .pagination {
    bottom: 1rem;
  }
  .swiper-pagination-switch {
    width: 8px;
    height: 8px;
    border-radius: 8px;
  }
  .index_banner ul {
    font-size: 2rem;
  }
  .index_banner ul .title {
    line-height: 2.9rem;
    font-size: 2.9rem;
  }
  .zt_nav_tabs .label li {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .zt_nav_tabs .more {
    display: none;
    font-size: 1.6rem;
    line-height: 7.1rem;
    padding-right: 2rem;
  }
  .zt_nav_tabs .nav_tabs_box .big_pic ul {
    font-size: 2.1rem;
    line-height: 2.3rem;
  }
  .zt_nav_tabs .nav_tabs_box .big_pic ul .title {
    font-size: 2.7rem;
    line-height: 2.7rem;
    margin-bottom: 0;
  }
  .zt_nav_tabs .nav_tabs_box .big_pic .detail {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding-right: 2.2rem;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date .day {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date .month {
    font-size: 2.6rem;
    line-height: 2.6rem;
    margin: 0;
  }
  .zt_nav_tabs .nav_tabs_box .news li .p {
    font-size: 2.3rem;
  }
  .zt_nav_tabs .nav_tabs_box .news .more {
    margin-top: 1.2rem;
    padding-left: 3.2rem;
    font-size: 1.2rem;
    line-height: 2.3rem;
  }
  .back_pic_word figure figcaption {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
  .zt_friendly_link {
    background: #f2f2f2;
  }
  .zt_friendly_link .title {
    font-size: 2.2rem;
    line-height: 3.8rem;
    margin: 0;
    background: #f2f2f2 url(../../images/zt/ztindex_add7_06.png) 95% 1.2rem no-repeat;
  }
  .zt_friendly_link ul {
    display: none;
    background: rgba(39, 113, 184, 0.93);
    padding: 1% 0;
  }
  .zt_friendly_link ul li {
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
    font-size: 2.2rem;
    line-height: 3.8rem;
    margin-bottom: 0;
  }
  .zt_friendly_link ul li a,
  .zt_friendly_link ul li a:hover {
    color: #fff;
    display: block;
  }
  #footer dl {
    font-size: 2.2rem;
    line-height: 3.8rem;
    background: rgba(39, 113, 184, 0.93);
  }
  #footer dl dd {
    width: 100%;
    margin: 0;
    display: none;
    border-bottom: 1px solid #c6c6c6;
  }
  #footer dl dd a {
    color: #fff;
    display: block;
  }
  #footer dt {
    font-size: 2.2rem;
    line-height: 3.8rem;
    margin: 0;
    background: #f2f2f2 url(../../images/zt/ztindex_add7_06.png) 95% 1.2rem no-repeat;
  }
  #footer .wechat {
    background: none;
  }
  #footer .wechat dt {
    margin: 0;
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
  #footer .wechat dd {
    display: block;
    border: none;
  }
  #footer .wechat dd img {
    width: 70px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #footer .copyright {
    font-size: 1.9rem;
    line-height: 1.9rem;
  }
}
#header .zt-top p .mobile_right{
    display: inline-block;
  }
@media screen and (max-width: 768px) {
  #header .zt-top p .mobile_right{
    float: right;
  }
  #header .zt-top p span{
    font-size: 14px;
    float: none;
    margin: 0  0 0 30px;
  }
  #header .zt-top p span a{
    font-size: 14px;
  }
  #header .zt-top p .sp01{
    /*display: block;
    line-height: 28px;
    float: none;*/

  }
  #header .zt-top p .sp01 a{
     /*background: none;*/
     padding-left: 20px;
  }
  #header .zt-top p .sp-n{
    /*display: none;*/
  }
  /*2017-08-21*/
  #header .zt-top p .sp_mobile{
    display: none;
  }

  #header {
    height: 107px;
    background: #fff;
  }
  #header .logo {
    width: 17.0625%;
    margin-top: 1%;
  }
  #header .logo {
    width: 120px;
    margin-top: 5px;
  }
  #header .logo img {
    width: 100%;
  }
  #header .mobile_list {
    top: 22px;
  }
  #header .mobile_nav {
    top: 107px;
  }
  #header .nav,
  #header .search,
  .zt_nav_tabs .more {
    display: none;
  }
  #header .mobile_nav .share {
    right: 2%;
  }
  .index_banner ul {
    top: 25%;
  }
  .index_banner ul .title {
    margin-bottom: 0;
  }
  .index_banner ul .width {
    width: 100%;
  }
  /*全局*/
  .maximum_news,
  .maximum_header,
  .maximum_friendly,
  .maximum_footer {
    width: 94%;
    margin: 0 3%;
  }
  /*news*/
  .zt_nav_tabs .label li {
    margin-right: 0;
    width: 50%;
    padding: 0;
    text-align: center;
  }
  .zt_nav_tabs .nav_tabs_box .big_pic,
  .zt_nav_tabs .nav_tabs_box .news {
    width: 100%;
  }
  .zt_nav_tabs .nav_tabs_box .big_pic ul {
    position: relative;
    background: none;
    color: #323232;
    padding: 0 0 3.66666667%;
  }
  .zt_nav_tabs .nav_tabs_box .big_pic ul .title {
    color: #323232;
  }
  .zt_nav_tabs .nav_tabs_box .big_pic .detail {
    display: none;
  }
  .zt_nav_tabs .nav_tabs_box .news li .p {
    width: auto;
    float: none;
    position: absolute;
    left: 20%;
    top: 0;
    right: 0;
  }
  .zt_nav_tabs .nav_tabs_box .big_pic {
    height: auto;
  }
  .zt_nav_tabs .nav_tabs_box .big_pic img {
    width: 100%;
  }
  /*主营业务*/
  .back_pic_word {
    padding: 0;
  }
  .back_pic_word figure img {
    width: 80%;
  }
  .back_pic_word figure figcaption {
    font-size: 16px;
    line-height: 18px;
  }
  .zt_title_cont {
    width: 89.58333333%;
    line-height: 1.5;
  }
  .back_pic_word .figurebox {
    width: 80%;
  }
  .back_pic_word figure {
    border: 1px solid #2c73b6;
    margin: 2.32142857% 2% 0;
    width: 37.2%;
  }
  /*友情链接*/
  .zt_friendly_link .title {
    width: 100%;
    position: relative;
    left: 0;
  }
  .zt_friendly_link ul {
    right: 0;
    margin-left: 0;
  }
  .zt_friendly_link ul li:last-child {
    border-bottom: none;
  }
  .maximum_friendly,
  .maximum_footer {
    margin: 0;
    width: 100%;
  }
  .zt_friendly_link .title,
  #footer dt {
    width: 96%;
    padding: 0 2%;
  }
  .zt_friendly_link ul {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #footer dl dd {
    width: 96%;
    margin: 0 2%;
  }
  #footer dl dd:last-child {
    border-bottom: none;
  }
  /*底部*/
  #footer dl {
    width: 100%;
  }
  #footer dt,
  #footer .wechat dt {
    text-align: left;
  }
  #footer dl dd {
    float: left;
  }
  #footer dd a:hover {
    text-decoration: none;
  }
  #footer .wechat {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 2%;
  }
  #footer .copyright,
  #footer .wechat dt {
    text-align: center;
    background: none;
  }
  #footer .copyright .copy,
  #footer .copyright .records {
    width: 100%;
    line-height: 2em;
  }
  #footer .copyright .records span,
  #footer .copyright .copy span {
    display: block;
    margin: 0;
  }
  .index_banner .swiper-slide .small {
    display: block;
  }
  .index_banner .swiper-slide .larger {
    display: none;
  }
}
@media (max-width: 580px) {
  .index_banner .swiper-slide img {
   /* height: 200px;
    width: auto;*/
  }
}
@media screen and (max-width: 480px){
  .back_pic_word figure{
    width: 96%;
    margin:2%;
    border: 1px solid #fff;
  }
  .back_pic_word figure img{
    width: 28%;
    padding-right: 6%;
    padding-left: 6%;
    float: left;
  }
  .back_pic_word figure .f-t{
    float: left;
    width: 58%;
    padding-left: 2%;
    text-align: left;
  }
  .back_pic_word figure figcaption{
    font-size: 26px;
    line-height: 26px;
    margin-top: 19%;
  }
  .back_pic_word figure .sub_fig{
    margin: 4% 0 0 0;
  }
  .back_pic_word .figurebox{
    width: 100%;
  }
}
/*zhangdong*/
.d_banner {
  height: 419px;
  background: url('../../images/zt/d_banner01.jpg') no-repeat center;
}
.d_banner .d_img {
  display: none;
}
.d_banner {
  height: auto;
  background: none;
}
.d_banner .d_img {
  display: block;
  width: 100%;
}
.d_banner .d_img img {
  width: 100%;
}
.d_Con {
  position: relative;
  padding: 0 0 80px 0;
}
.d_Con img {
  display: block;
  max-width: 100%;
  width: auto;
  margin:0 auto;
}
.d_Con .s-list-item img {
  display: block;
  max-width: 100%;
  width: auto;
  height:128px;
  margin:0 auto;
}
.d_Con .d_minpic img {
  display: block;
  width: auto;
  height:128px;
  margin:0 auto;
}
#footer dl a img {
  height:auto;
}
.d_Con .swiper-slide  {
  overflow: hidden;
}
.d_Con .swiper-wrapper img {
  display: block;
  width: auto;
  height: 100%;
  margin:0 auto;
}
.d_Con .d_path {
  width: 100%;
  height: 66px;
  line-height: 66px;
  position: absolute;
  left: 0;
  top: -66px;
}
.d_Con .d_path .d_opa {
  width: 100%;
  height: 66px;
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.d_Con .d_path .d_textbox {
  position: absolute;
  top: 0;
  right: 8.3333%;
}
.d_Con .d_path .d_href {
  margin: 0 20px 0 0;
  color: #5e5e5e;
  font-size: 16px;
}
.d_Con .d_path .d_href.on {
  color: #2c73b6;
}
.d_Con .d_path .d_span {
  height: 66px;
  width: 8px;
  background: url('../../images/zt/d_icon01.png') no-repeat center;
  margin: 0 20px 0 0;
}
.d_Con .d_main {
  width: 83.3333%;
  margin: 0 auto ;
  position: relative;
  min-height: 900px;
  overflow:hidden;
}
.d_Con .d_left {
  /*margin: 0 544px 0 0;*/
  float: left;
  width: 60%;
}
.d_Con .news_detail_pop .d_left {
  /*margin: 0 544px 0 0;*/
  float: none;
  width: 95%;
}
.d_Con .d_left .d_tit {
  margin: 0;
  padding: 80px 0 40px 0;
  font-size: 24px;
  color: #666;
  text-align: center;
}
.d_Con .d_left .d_date {
  width: 560px;
  margin: 0 auto 40px;
}
.d_Con .d_left .d_p {
  margin: 0 20px 0 0;
  color: #666;
}
.d_Con .d_left .d_quan {
  display: block;
  width: 20px;
  height: 25px;
  padding-left: 10px;
  background: url('../../images/zt/d_icon17.png') no-repeat center;
}
.d_Con .d_left .d_quan:hover {
  background: url('../../images/zt/d_icon18.png') no-repeat center;
}
.d_Con .d_left .d_pic {
  width: 91.3825%;
  margin: 0 auto;
}
.d_Con .d_left .d_pic .news-con-img{
  width: 100%;
}
.d_Con .d_left .d_pic .news-con-img img{
  float: left;
  width: 48%;
  margin: 1%;
}
.d_Con .d_left .d_tith4 {
  font-size: 20px;
  color: #666;
  padding: 36px 0;
  text-align: center;
  margin: 0;
}
.d_Con .d_left .d_txt {
  font-size: 16px;
  color: #666;
  text-indent: 2em;
  line-height: 32px;
  margin: 0 0 8px 0;
}
.d_Con .d_right {
  width: 402px;
  padding: 30px 40px;
  float:right;
 /* position: absolute;
  right: 0;*/
  margin-top: 220px;
  border: 1px solid #ccc;
}
.d_Con .d_right .d_tit {
  padding: 0;
  margin: 0;
}
.d_Con .d_right .d_tit .d_cn {
  font-size: 20px;
  color: #2c73b6;
  font-weight: bold;
}
.d_Con .d_right .d_tit .d_en {
  font-size: 16px;
  color: #666;
  border-bottom: 4px solid #e30920;
}
.d_Con .d_right .d_eachbox {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.d_Con .d_right .d_minpic {
  width: 186px;
  overflow:hidden;
}
.d_Con .d_right .d_mtbox {
  width: 200px;
  padding: 0 0 0 16px;
}
.d_Con .d_right .d_tith5 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 18px;
  color: #666;
  font-weight: bold;
}
.d_Con .d_right .d_tith5 a:hover {
  color: #2c73b6;
}
.d_Con .d_right .d_p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.d_Con .d_right .d_gd {
  font-size: 16px;
  color: #666;
  margin: 30px 0 0 0;
  text-align: right;
}
.d_Con .d_right .d_gd a:hover {
  color: #2c73b6;
}
@media (max-width: 1600px) {
  .d_Con .d_left {
    /*margin: 0 494px 5% 0;*/
  }
  .d_Con .d_right {
    width: 382px;
    padding: 20px 30px;
  }
  .d_Con .d_right .d_minpic {
    width: 180px;
  }
  .d_Con .d_right .d_mtbox {
    width: 190px;
    padding: 0 0 0 12px;
  }
  .d_Con .d_right .d_p {
    line-height: 22px;
  }
}
@media (max-width: 1400px) {
  .d_Con .d_left {
    width:55%;
  }

}
@media (max-width: 1280px) {
  .d_Con .d_left {
    /*margin: 0 330px 0 0;*/
  }
  .d_Con .d_left {
    width: 65%;
  }
  .d_Con .d_left .d_date {
    width: 100%;
    margin: 0 auto 30px;
  }
  .d_Con .d_right {
    width: 220px;
  }
  .d_Con .d_right .d_eachbox {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
  }
  .d_Con .d_right .d_minpic {
    width: auto;
    float: none;
    display: block;
  }
  .d_Con .d_right .d_mtbox {
    width: auto;
    padding: 0;
    float: none;
    display: block;
  }
  .d_Con .d_right .d_tith5 {
    padding: 0;
    margin: 6px 0;
    font-size: 16px;
    color: #333;
    /*font-weight: normal;*/
  }
  .d_Con .d_right .d_p {
    line-height: 20px;
  }
  .d_Con .d_right .d_gd {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .d_Con2 .d_main{
    min-height: 200px !important;
  }
  .d_Con .d_path {
    position: static;
    height: 40px;
    line-height: 40px;
  }
  .d_Con .d_path .d_opa {
    display: none;
  }
  .d_Con .d_path .d_textbox {
    position: static;
    float: none;
    width: 90.3333%;
    margin: 0 auto;
  }
  .d_Con .d_path .d_href {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  .d_Con .d_path .d_span {
    height: 40px;
    background: url('../../images/zt/d_icon01.png') no-repeat center;
    background-size: 90%;
    margin: 0 10px 0 0;
  }
  .d_Con .d_main {
    width: 90.3333%;
  }
  .d_Con .d_left {
    margin: 0;
    width: 100%;
  }
  .d_Con .d_left .d_tit {
    padding: 50px 0 20px 0;
    font-size: 20px;
    font-weight: bold;
  }
  .d_Con .d_left .d_pic {
    width: auto;
  }
  .d_Con .d_right {
    position: static;
    width: auto;
    border: none;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    margin: 60px 0 0 0;
  }
  .d_Con .d_right .d_tit {
    padding: 0 0 10px 0;
  }
  .d_Con .d_right .d_eachbox {
    padding: 0;
    border: none;
    float: left;
    width: 31%;
  }
  .d_Con .d_right .d_eachbox.d_cen {
    margin: 0 3.5%;
  }
  .d_Con .d_right .d_gd {
    margin: 50px 0 0 0;
  }
}
@media (max-width: 540px) {
  .d_Con .d_left .d_tit {
    padding: 50px 0 20px 0;
    font-size: 18px;
  }
  .d_Con .d_left .d_date {
    width: auto;
  }

  .d_Con .d_left .d_jt {
    float: right;
    display: block;
  }
  .d_Con .d_left .d_tith4 {
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0;
  }
  .d_Con .d_left .d_txt {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 6px 0;
  }
  .d_Con .d_right .d_tit {
    text-align: center;
  }
  .d_Con .d_right .d_tit .d_cn {
    font-size: 18px;
  }
  .d_Con .d_right .d_tit .d_en {
    border-bottom: 3px solid #e30920;
  }
  .d_Con .d_right .d_eachbox {
    float: none;
    width: auto;
    padding: 30px 0 0 0;
  }
  .d_Con .d_right .d_eachbox.d_cen {
    margin: 0;
  }
  .d_Con .d_right .d_minpic {
    width: 42.2222%;
    float: left;
  }
  .d_Con .d_right .d_mtbox {
    width: 57.7778%;
    padding: 0;
    float: left;
  }
  .d_Con .d_right .d_tith5 {
    padding: 0 0 0 10px;
  }
  .d_Con .d_right .d_p {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 420px) {
  .d_Con .d_right .d_eachbox {
    padding: 40px 0 0 0;
  }
  .d_Con .d_right .d_minpic {
    width: auto;
    float: none;
  }
  .d_Con .d_right .d_mtbox {
    width: auto;
    padding: 0;
    float: none;
  }
  .d_Con .d_right .d_tith5 {
    padding: 0;
  }
  .d_Con .d_right .d_p {
    padding: 0;
  }
}
.d_banner02 {
  height: 518px;
  background: url('../../images/zt/d_banner04.jpg') no-repeat center;
}
.d_banner02 .d_img {
  display: none;
}
.d_banner02 {
  height: auto;
  background: none;
}
.d_banner02 .d_img {
  display: block;
  width: 100%;
}
.d_banner02 .d_img img {
  width: 100%;
}
.d_Con2 {
  position: relative;
  background-color: #f7f7f7;
}
.d_Con2 img {
  display: block;
  max-width: 100%;
}
.d_Con2 .d_path {
  z-index: 111;
  width: 100%;
  height: 66px;
  line-height: 66px;
  position: absolute;
  left: 0;
  top: -66px;
}
.d_Con2 .d_path .d_opa {
  width: 100%;
  height: 66px;
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.d_Con2 .d_path .d_textbox {
  position: absolute;
  top: 0;
  right: 8.3333%;
}
.d_Con2 .d_path .d_href {
  margin: 0 20px 0 0;
  color: #5e5e5e;
  font-size: 16px;
}
.d_Con2 .d_path .d_href.on {
  color: #2c73b6;
}
.d_Con2 .d_path .d_span {
  height: 66px;
  width: 8px;
  background: url('../../images/zt/d_icon01.png') no-repeat center;
  margin: 0 20px 0 0;
}
.d_Con2 .d_main {
  width: 83.3333%;
  margin: 0 auto;
  position: relative;
  padding: 40px 0 80px 0;
  min-height: 600px;
}
.d_Con2 .d_subnav {
  width: 316px;
  position: absolute;
  left: 0;
  top: -180px;
}
.d_Con2 .d_dt {
  position: relative;
}
.d_Con2 .d_dt .d_tit {
  width: 100%;
  height: 100%;
  color: #fff;
  margin: 0;
  padding: 60px 0 0 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.d_Con2 .d_dt .d_cn {
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.d_Con2 .d_dt .d_en {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.d_Con2 .d_dd {
  background-color: #fff;
  padding: 40px 0 30px 0;
}
.d_Con2 .d_dd .d_href {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #888;
  padding: 0 0 0 45px;
   /*padding: 20px 60px 20px 45px;*/
 position: relative;
}
.d_Con2 .d_dd .ms-slide i.ms-on{
  width: 20px;
  height: 17px;
  background: url('../../images/zt/d_icon09.png') no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -8px 0 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.d_Con3 .d_dd .ms-slide i.ms-on{
  width: 20px;
  height: 17px;
  background: url('../../images/zt/d_icon09.png') no-repeat;
  background-position: center;
  position: absolute;
  right: 33px;
  top: 50%;
  margin: -8px 0 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ms-slide-list{
  /*display: none;*/
}
.ms-slide-list .on{
  background: #e30920;
  color: #fff !important;
}
.ms-slide-list .on .d_icon{
  background: url('../../images/zt/d_icon10.png') no-repeat !important;
  background-position: center;
}
.ms-slide-list .ms-s-item{
  display: block;
  /*height: 70px;*/
  /*line-height: 70px;*/
  font-size: 16px;
  color: #888;
  padding: 20px 60px 20px 80px;
  position: relative;
}
.ms-slide-list .ms-s-item .d_icon{
  width: 20px;
  height: 17px;
  background: url('../../images/zt/d_icon09.png') no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -8px 0 0 0;
}
/*.ms-slide-list .ms-s-item .ms-on{
  width: 20px;
  height: 17px;
  background: url('../../images/zt/d_icon09.png') no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -8px 0 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}*/
.d_Con2 .d_dd .d_href02 {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #888;
  padding: 0 0 0 80px;
  position: relative;
}
.d_Con2 .d_dd .d_icon {
  display: block;
  z-index: 9;
  width: 20px;
  height: 17px;
  background: url('../../images/zt/d_icon09.png') no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -8px 0 0 0;
}
.d_Con2 .d_dd .d_href.on {
  background: #e30920;
  color: #fff;
}
.d_Con2 .d_dd .d_href.on .d_icon {
  background: url('../../images/zt/d_icon10.png') no-repeat;
  background-position: center;
}
.d_Con2 .d_rightbox {
  margin: 0 0 0 366px;
}
.d_Con2 .d_rightbox .d_Pic {
  /*width: 208px;*/
  width: auto;
  margin: 0 0 30px 0;
}
.d_Pic .tit-bg{
  background: url("../../images/zt/tit-bg.png") no-repeat;
  height: 157px;
  position: relative;
}
.d_Pic .tit-bg h3{
  position: absolute;
  top: 38px;
  left: 62px;
  font-size: 28px;
  color: #2c73b6;
  white-space: nowrap;
  /*font-weight: bold;*/
}
.d_Pic .tit-bg span{
  white-space: nowrap;
  position: absolute;
  top: 78px;
  left: 63px;
  font-size: 17px;
  color: #2c73b6;
}
.d_Con2 .d_rightbox .d_Tab {
  background-color: #fff;
  position: relative;
}
.d_Con2 .d_rightbox .d_each {
  padding: 30px 0;
  display: none;
  position: relative;
}
.d_Con2 .d_rightbox .d_each .d_pic {
  width: 36.3047%;
  margin: 0 2.8363%;
}
.d_Con2 .d_rightbox .d_each .d_textbox {
  width: 55.1053%;
}
.d_Con2 .d_rightbox .d_each .d_textbox .d_tit {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #5e5e5e;
  height: 70px;
  line-height: 70px;
}
.d_Con2 .d_rightbox .d_each .d_textbox .d_tit a{
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.d_Con2 .d_rightbox .d_each .d_textbox .d_tit a:hover {
  color: #2c73b6;
}
.d_Con2 .d_rightbox .d_each .d_textbox .d_sop {
  font-size: 16px;
  color: #666;
  height: 24px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.d_Con2 .d_rightbox .d_each .d_textbox .d_sop .d_span1 {
  margin: 0 30px 0 0;
}
.d_Con2 .d_rightbox .d_each .d_textbox .d_p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.d_Con2 .d_rightbox .d_each .d_textbox .d_xq {
  width: 98px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #2c73b6;
  text-align: center;
  position: absolute;
  bottom: 14.7068%;
  left: 41.9773%;
  border: 1px solid #2c73b6;
  border-radius: 4px;
}
.d_Con2 .d_rightbox .d_each.on {
  display: block;
}
.d_Con2 .d_rightbox .d_btnbox {
  position: absolute;
  bottom: 14.7068%;
  right: 3.2414%;
}
.d_Con2 .d_rightbox .d_btnbox .d_num {
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #999;
  margin: 0 15px 0 0;
}
.d_Con2 .d_rightbox .d_btnbox .d_btn {
  width: 26px;
  height: 26px;
  margin: 0 15px 0 0;
}
.d_Con2 .d_rightbox .d_btnbox .d_lastbtn {
  background: url('../../images/zt/d_icon14.png') no-repeat center;
}
.d_Con2 .d_rightbox .d_btnbox .d_nextbtn {
  background: url('../../images/zt/d_icon12.png') no-repeat center;
}
.d_Con2 .d_rightbox .d_btnbox .d_lastbtn:hover {
  background: url('../../images/zt/d_icon15.png') no-repeat center;
}
.d_Con2 .d_rightbox .d_btnbox .d_nextbtn:hover {
  background: url('../../images/zt/d_icon13.png') no-repeat center;
}
.d_Con2 .d_rightbox .d_pictext {
  height: 152px;
  margin: 30px 0 0 0;
  position: relative;
}
.d_Con2 .d_rightbox .d_pictext .d_pic {
  width: 220px;
  position: absolute;
  left: 0;
  top: 0;
}
.d_Con2 .d_rightbox .d_pictext .d_textbox {
  margin: 0 0 0 250px;
}
.d_Con2 .d_rightbox .d_pictext .d_textbox .d_tith4 {
  padding: 0;
  margin: 0;
  color: #5e5e5e;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.d_Con2 .d_rightbox .d_pictext .d_textbox .d_tith4 a{
  color: #666;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.d_Con2 .d_rightbox .d_pictext .d_textbox .d_tith4 a:hover {
  color: #2c73b6;
}
.d_Con2 .d_rightbox .d_pictext .d_textbox .d_text {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  padding: 0 0 10px 0;
}
.d_Con2 .d_rightbox .d_pictext .d_textbox .d_text .d_span1 {
  margin: 0 30px 0 0;
}
.d_Con2 .d_rightbox .d_pictext .d_textbox .d_p {
  font-size: 16px;
  color: #666;
  line-height: 20px;
}
.d_pagenum {
  margin: 50px 0 0 0;
}
.d_pagenum .d_l .d_last,
.d_pagenum .d_l .d_next {
  width: 78px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  margin: 0 12px 0 0;
  font-size: 16px;
  color: #999;
  background-color: #fff;
}
.d_pagenum .d_l .d_span {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #999;
  border: 1px solid #ccc;
  margin: 0 12px 0 0;
  cursor: pointer;
  background-color: #fff;
}
.d_pagenum .d_l .d_span.on {
  color: #fff;
  background-color: #2c73b6;
  border: 1px solid #2c73b6;
}
.d_pagenum .d_r{
  width: 220px;
}
.d_pagenum .d_r .d_inp {
  width: 40px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  border: 1px solid #ccc;
  outline: none;
  margin: 0 10px;
}
.d_pagenum .d_r .d_span {
  line-height: 30px;
  font-size: 16px;
}
.d_pagenum .d_r .d_btn {
  width: 30px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  margin: 0 10px;
  background-color: #2c73b6;
  text-align: center;
}
@media (max-width: 1600px) {
  .d_Con2 .d_rightbox .d_each .d_textbox .d_tit {
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
  }
  .d_Con2 .d_rightbox .d_each .d_textbox .d_sop {
    height: 20px;
    line-height: 20px;
    margin: 0 0 6px 0;
  }
  .d_Con2 .d_rightbox .d_each .d_textbox .d_sop .d_span1 {
    margin: 0 20px 0 0;
  }
  .d_Con2 .d_rightbox .d_each .d_textbox .d_p {
    line-height: 22px;
  }
}
@media (max-width: 1366px) {
  .d_Con2 .d_subnav {
    width: 220px;
    top: -125px;
  }
  .d_Con2 .d_dt .d_tit {
    padding: 36px 0 0 28px;
  }
  .d_Con2 .d_dt .d_cn {
    font-size: 28px;
  }
  .d_Con2 .d_dt .d_en {
    font-size: 16px;
  }
  .d_Con2 .d_dd {
    padding: 30px 0 20px 0;
  }
  .d_Con2 .d_dd .d_href {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 0 0 35px;
      /*padding: 20px 48px 20px 35px;*/
  }
  .ms-slide-list .ms-s-item{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 0 0 68px;
  }
  .d_Con2 .d_rightbox {
    margin: 0 0 0 260px;
  }
  .d_Con2 .d_dd .d_href02 {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #888;
    padding: 0 0 0 68px;
    position: relative;
  }
}
@media (max-width: 1280px) {
  .d_Con2 .d_rightbox .d_each {
    padding: 30px 0 60px 0;
  }
  .d_Con2 .d_rightbox .d_each .d_textbox .d_xq {
    bottom: 5.7068%;
  }
  .d_Con2 .d_rightbox .d_btnbox {
    bottom: 5.7068%;
  }
  .d_Con2 .d_rightbox .d_pictext {
    height: auto;
    min-height: 152px;
  }
  .d_Con2 .d_rightbox .d_pictext .d_textbox {
    margin: 0 0 0 240px;
  }
  .d_Con2 .d_rightbox .d_pictext .d_textbox .d_tith4 {
    font-size: 16px;
    height: auto;
    line-height: 24px;
    padding: 6px 0;
  }
  .d_Con2 .d_rightbox .d_pictext .d_textbox .d_text {
    padding: 0 0 4px 0;
  }
  .d_Con2 .d_rightbox .d_pictext .d_textbox .d_text .d_span1 {
    margin: 0 20px 0 0;
  }
  .d_pagenum {
    /*display: none;*/
  }
}
@media (max-width: 1024px) {
  .d_banner02{
    overflow: hidden;
  }
  .d_banner02 .d_img{
    /*width: 1024px;*/
    position: relative;
    /*left: 50%;*/
    /*margin-left: -512px;*/
    width:100%;
  }
  .d_Con2 .d_path{
    top: 0;
  }
  .d_Con2 .d_path .d_textbox{
    right: inherit;
    margin-left: 10px;
  }

  .d_Con2 {
    padding: 0 5%;
  }
  .d_Con2 .d_path {
    /*display: none;*/
  }
  .d_Con2 .d_subnav,
  .d_Con3 .d_subnav{
    display: none;
  }
  .d_Con2 .d_main {
    width: auto;
    padding: 80px 0 40px 0;
  }
  .d_Con2 .d_subnav {
    width: auto;
    position: static;
  }
  .d_Con2 .d_dt {
    display: none;
  }
  .d_Con2 .d_dd {
    padding: 0;
  }
  .d_Con2 .d_dd .d_href {
    float: left;
    width: 33.3333%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-indent: 40px;
    font-size: 18px;
  }
  .d_Con2 .d_rightbox {
    margin: 0;
  }
  .d_Con2 .d_rightbox .d_Pic {
    width: 208px;
    margin: 50px auto;
  }
}
@media (max-width: 640px) {
  .d_Con2 {
    padding: 0 4%;
    z-index: 0;
  }
  .d_Con2 .d_dd .d_href {
    height: 40px;
    line-height: 40px;
    text-indent: 0;
    font-size: 16px;
    text-align: center;
  }
  .d_Con2 .d_dd .d_href .d_icon {
    display: none;
  }
  .d_Con2 .d_rightbox .d_Tab {
    background-color: transparent;
  }
  .d_Con2 .d_rightbox .d_each {
    padding: 0;
  }
  .d_Con2 .d_rightbox .d_each .d_pic {
    float: none;
    display: block;
    width: auto;
    margin: 0;
  }
  .d_Con2 .d_rightbox .d_each .d_textbox {
    width: auto;
    float: none;
    display: block;
  }
  .d_Con2 .d_rightbox .d_each .d_textbox .d_tit {
    font-size: 16px;
    height: auto;
    line-height: 22px;
    text-align: center;
    padding: 8px 0;
  }
  .d_Con2 .d_rightbox .d_each .d_textbox .d_sop {
    width: 100%;
    margin: 8px auto;
    height:auto;
    text-align: center;
  }
  .d_Con2 .d_rightbox .d_each .d_textbox .d_sop .d_span1 {
    margin: 0 15px 0 0;
    float: none;
/*    display: block;
*/  }
  .d_Con2 .d_rightbox .d_each .d_textbox .d_sop .d_span2 {
    margin: 0 15px 0 0;
    float: none;
    /*display: block;*/
  }
  .d_Con2 .d_rightbox .d_each .d_textbox .d_xq {
    display: block;
    position: static;
    margin: 30px auto;
  }
  .d_Con2 .d_rightbox .d_btnbox {
    position: static;
    width: 126px;
    margin: 0 auto;
  }
  .d_Con2 .d_rightbox .d_pictext {
    margin: 40px 0 0 0;
  }
  .d_Con2 .d_rightbox .d_pictext .d_pic {
    width: auto;
    position: static;
  }
  .d_Con2 .d_rightbox .d_pictext .d_textbox {
    margin: 0;
  }
  .d_Con2 .d_rightbox .d_pictext .d_textbox .d_tith4 {
    line-height: 22px;
    padding: 8px 0;
  }
}
.d_banner03 {
  height: 518px;
  background: url('../../images/zt/d_banner06.jpg') no-repeat center;
}
.d_banner03 .d_img {
  display: none;
}
.d_banner03 {
  height: auto;
  background: none;
}
.d_banner03 .d_img {
  display: block;
  width: 100%;
}
.d_banner03 .d_img img {
  width: 100%;
}
.d_Con3 {
  position: relative;
  background-color: #f7f7f7;
}
.d_Con3 img {
  display: block;
  width: 100%;
}
.d_Con3 p img {
  width: auto;
  max-width: 100%;
}
.d_Con3 .d_path {
  width: 100%;
  height: 66px;
  line-height: 66px;
  position: absolute;
  left: 0;
  top: -66px;
}
.d_Con3 .d_path .d_opa {
  width: 100%;
  height: 66px;
  background: #fff;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.d_Con3 .d_path .d_textbox {
  position: absolute;
  top: 0;
  right: 8.3333%;
}
.d_Con3 .d_path .d_href {
  margin: 0 20px 0 0;
  color: #5e5e5e;
  font-size: 16px;
}
.d_Con3 .d_path .d_href.on {
  color: #2c73b6;
}
.d_Con3 .d_path .d_span {
  height: 66px;
  width: 8px;
  background: url('../../images/zt/d_icon01.png') no-repeat center;
  margin: 0 20px 0 0;
}
.d_Con3 .d_main {
  width: 83.3333%;
  margin: 0 auto;
  position: relative;
  padding: 40px 0 80px 0;
}
.d_Con3 .d_subnav {
  width: 316px;
  position: absolute;
  left: 0;
  top: -180px;
}
.d_Con3 .d_dt {
  position: relative;
}
.d_Con3 .d_dt .d_tit {
  width: 100%;
  height: 100%;
  color: #fff;
  margin: 0;
  padding: 60px 0 0 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.d_Con3 .d_dt .d_cn {
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.d_Con3 .d_dt .d_en {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.d_Con3 .d_dd {
  background-color: #fff;
  padding: 40px 0 30px 0;
}
.d_Con3 .d_dd .d_href {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #888;
  padding: 0 0 0 45px;
  position: relative;
}
.d_Con2 .d_dd .long {
  padding: 0 62px 0 45px;
  line-height: 35px;
}
.d_Con3 .d_dd .long {
  padding: 0 62px 0 45px;
  line-height: 35px;
}
.d_Con4 .d_dd .long {
  padding: 0 62px 0 45px;
  line-height: 35px;
}
.d_Con3 .d_dd .ms-slide {
  line-height: 30px;
  padding: 0 90px 0 45px;
}
.d_Con3 .d_dd .d_icon {
  width: 8px;
  height: 17px;
  background: url('../../images/zt/d_icon09.png') no-repeat;
  position: absolute;
  right: 40px;
  top: 50%;
  margin: -8px 0 0 0;
}
.d_Con3 .d_dd .d_href.on {
  background: #e30920;
  color: #fff;
}
.d_Con3 .d_dd .d_href.on .d_icon {
  background: url('../../images/zt/d_icon10.png') no-repeat;
}
.d_Con3 .d_rightbox {
  margin: 0 0 0 366px;
}
.d_Con3 .d_rightbox .d_Pic {
  width: 222px;
  margin: 0 0 30px 0;
}
.d_Con3 .d_rightbox .d_tith4 {
  font-size: 18px;
  color: #2c73b6;
  margin: 0;
  padding: 30px 0;
}
.d_Con3 .d_rightbox .d_txt {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  text-indent: 2em;
  color: #888;
}
.d_Con3 .d_rightbox .d_dl {
  border-top: 4px solid #dcdcdc;
  margin: 30px 0;
}
.d_Con3 .d_rightbox .d_dtit {
  font-size: 18px;
  color: #2c73b6;
  margin: 0;
  padding: 30px 0;
}
.d_Con3 .d_rightbox .d_dbox .d_p {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 0 10px;
  color: #888;
}
.d_Con3 .d_rightbox .d_dbox .d_p .d_dian {
  width: 4px;
  height: 4px;
  background-color: #888;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -2px 0 0 0;
}
@media (max-width: 1366px) {
  .d_Con3 .d_subnav {
    width: 220px;
    top: -125px;
  }
  .d_Con3 .d_dt .d_tit {
    padding: 36px 0 0 28px;
  }
  .d_Con3 .d_dt .d_cn {
    font-size: 28px;
  }
  .d_Con3 .d_dt .d_en {
    font-size: 16px;
  }
  .d_Con3 .d_dd {
    padding: 30px 0 20px 0;
  }
  .d_Con3 .d_dd .d_href {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 0 0 35px;
  }
  .d_Con3 .d_dd .ms-slide {
    line-height: 25px;
    padding: 0 60px 0 35px;
  }
  .d_Con3 .d_rightbox {
    margin: 0 0 0 260px;
  }
  .d_Con2 .d_dd .long {
    padding: 0 62px 0 35px;
    line-height: 25px;
  }
  .d_Con3 .d_dd .long {
    padding: 0 62px 0 35px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .d_Con3 .d_path{
    top: 0;
  }
  .d_Con3 {
    padding: 0 5%;
  }
  .d_Con3 .d_path {
    /*display: none;*/
  }
  .d_Con3 .d_main {
    width: auto;
    padding: 0 0 40px 0;
  }
  .d_Con3 .d_subnav {
    width: auto;
    position: static;
  }
  .d_Con3 .d_dt {
    display: none;
  }
  .d_Con3 .d_dd {
    padding: 0;
  }
  .d_Con3 .d_dd .d_href {
    float: left;
    width: 25%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-indent: 40px;
    font-size: 18px;
  }
  .d_Con3 .d_rightbox {
    margin: 0;
  }
  .d_Con3 .d_rightbox .d_Pic {
    margin: 50px auto;
  }
}
@media (max-width: 640px) {
  .d_Con3 {
    padding: 0 4%;
  }
  .d_Con3 .d_dd .d_href {
    height: 40px;
    line-height: 40px;
    text-indent: 0;
    font-size: 16px;
    text-align: center;
  }
  .d_Con3 .d_dd .d_href .d_icon {
    display: none;
  }
}
.d_banner04 {
  height: auto;
  /*background: url('../../images/zt/d_banner08.jpg') no-repeat center;*/
}
.d_banner04 .d_img {
  /*display: none;*/
  width: 100%;
}
@media (max-width: 1024px) {
  .d_banner04 {
    height: auto;
    background: none;
  }
  .d_banner04 .d_img {
    display: block;
    width: 100%;
  }
}
.d_Con4 {
  position: relative;
  background-color: #f7f7f7;
}
.d_Con4 img {
  display: block;
  width: 100%;
}
.d_Con4 .d_path {
  width: 100%;
  height: 66px;
  line-height: 66px;
  position: absolute;
  left: 0;
  top: -66px;
}
.d_Con4 .d_path .d_opa {
  width: 100%;
  height: 66px;
  background: #fff;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.d_Con4 .d_path .d_textbox {
  position: absolute;
  top: 0;
  right: 8.3333%;
}
.d_Con4 .d_path .d_href {
  margin: 0 20px 0 0;
  color: #5e5e5e;
  font-size: 16px;
}
.d_Con4 .d_path .d_href.on {
  color: #2c73b6;
}
.d_Con4 .d_path .d_span {
  height: 66px;
  width: 8px;
  background: url('../../images/zt/d_icon01.png') no-repeat center;
  margin: 0 20px 0 0;
}
.d_Con4 .d_main {
  width: 83.3333%;
  margin: 0 auto;
  position: relative;
  padding: 40px 0 80px 0;
}
.d_Con4 .d_subnav {
  width: 316px;
  position: absolute;
  left: 0;
  top: -180px;
}
.d_Con4 .d_dt {
  position: relative;
}
.d_Con4 .d_dt .d_tit {
  width: 100%;
  height: 100%;
  color: #fff;
  margin: 0;
  padding: 60px 0 0 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.d_Con4 .d_dt .d_cn {
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.d_Con4 .d_dt .d_en {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.d_Con4 .d_dd {
  background-color: #fff;
  padding: 40px 0 30px 0;
}
.d_Con4 .d_dd .d_href {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #888;
  padding: 0 0 0 45px;
  position: relative;
}
.d_Con4 .d_dd .long {
    padding: 0 62px 0 45px;
    line-height: 35px;
  }
.d_Con4 .d_dd .d_icon {
  width: 8px;
  height: 17px;
  background: url('../../images/zt/d_icon09.png') no-repeat;
  position: absolute;
  right: 40px;
  top: 50%;
  margin: -8px 0 0 0;
}
.d_Con4 .d_dd .d_href.on {
  background: #e30920;
  color: #fff;
}
.d_Con4 .d_dd .d_href.on .d_icon {
  background: url('../../images/zt/d_icon10.png') no-repeat;
}
.d_Con4 .d_rightbox {
  margin: 0 0 0 366px;
}
.d_Con4 .d_rightbox .d_Pic {
  width: 301px;
  margin: 0 0 30px 0;
}
.d_Con4 .d_rightbox .d_tith4 {
  font-size: 18px;
  color: #2c73b6;
  margin: 0;
  padding: 30px 0;
}
.d_Con4 .d_rightbox .d_txt {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  text-indent: 2em;
  color: #888;
}
.d_Con4 .d_rightbox .d_dl {
  border-top: 4px solid #dcdcdc;
  margin: 30px 0;
}
.d_Con4 .d_rightbox .d_dtit {
  font-size: 18px;
  color: #2c73b6;
  margin: 0;
  padding: 30px 0;
}
.d_Con4 .d_rightbox .d_dbox .d_p {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 0 10px;
  color: #888;
}
.d_Con4 .d_rightbox .d_dbox .d_p .d_dian {
  width: 4px;
  height: 4px;
  background-color: #888;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -2px 0 0 0;
}
@media (max-width: 1366px) {
  .d_Con4 .d_subnav {
    width: 220px;
    top: -125px;
  }
  .d_Con4 .d_dt .d_tit {
    padding: 36px 0 0 28px;
  }
  .d_Con4 .d_dt .d_cn {
    font-size: 28px;
  }
  .d_Con4 .d_dt .d_en {
    font-size: 16px;
  }
  .d_Con4 .d_dd {
    padding: 30px 0 20px 0;
  }
  .d_Con4 .d_dd .d_href {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 0 0 35px;
  }
  .d_Con4 .d_dd .long {
    padding: 0 62px 0 35px;
    line-height: 25px;
  }
  .d_Con4 .d_rightbox {
    margin: 0 0 0 260px;
  }
}
@media (max-width: 1024px) {
  .d_Con4 {
    padding: 0 5%;
  }
  .d_Con4 .d_path {
    /*display: none;*/
    top: 0;
    z-index: 9;
  }
  .d_Con4 .d_path .d_textbox{
    right: inherit;
    margin-left: 10px;
  }
  .d_Con4 .d_main {
    width: auto;
    padding: 80px 0 40px 0;
  }
  .d_Con4 .d_subnav {
    width: auto;
    position: static;
    display: none;
  }
  .d_Con4 .d_dt {
    display: none;
  }
  .d_Con4 .d_dd {
    padding: 0;
  }
  .d_Con4 .d_dd .d_href {
    float: left;
    width: 25%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-indent: 40px;
    font-size: 18px;
  }
  .d_Con4 .d_rightbox {
    margin: 0;
  }
  .d_Con4 .d_rightbox .d_Pic {
    margin: 50px auto;
  }
}
@media (max-width: 640px) {
  .d_Con4 {
    padding: 0 4%;
  }
  .d_Con4 .d_dd .d_href {
    height: 40px;
    line-height: 40px;
    text-indent: 0;
    font-size: 16px;
    text-align: center;
  }
  .d_Con4 .d_dd .d_href .d_icon {
    display: none;
  }
}
/*修改张冬*/
.d_Con2 .d_rightbox .d_pictext .ml,
.d_Con2 .d_rightbox .d_each .ml {
  margin: 0 0 0 0;
}
.d_Con2 .d_rightbox .d_pictext .ml_hide,
.d_Con2 .d_rightbox .d_each .ml_hide {
  display: none;
}
.d_Con2 .d_rightbox .d_each .ml_hide {
  display: none;
}
.d_Con2 .d_rightbox .d_each .ml {
  width: 94%;
  margin: 0 3% 5% 3%;
}
.d_Con2 .d_rightbox .d_each .ml .d_xq {
  left: 3%;
}
@media (max-width: 1024px) {
  .d_Con3 {
    padding: 0 5%;
  }
  .d_Con3 .d_path .d_textbox{
    right: inherit;
    margin-left: 10px;
  }
  .d_Con3 .d_path {
    /*display: none;*/
    z-index: 9;
  }
  .d_Con3 .d_main {
    width: auto;
    padding: 80px 0 40px 0;
  }
  .d_Con3 .d_subnav {
    width: auto;
    position: static;
  }
  .d_Con3 .d_dt {
    display: none;
  }
  .d_Con3 .d_dd {
    padding: 0;
  }
  .d_Con3 .d_dd .d_href {
    float: left;
    width: 25%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-indent: 40px;
    font-size: 18px;
  }
  .d_Con3 .d_rightbox {
    margin: 0;
  }
  .d_Con3 .d_rightbox .d_Pic {
    margin: 50px auto;
  }
}
@media (max-width: 640px) {
  .d_Con3 {
    padding: 0 4%;
  }
  .d_Con3 .d_dd .d_href {
    height: 40px;
    line-height: 40px;
    text-indent: 0;
    font-size: 16px;
    text-align: center;
  }
  .d_Con3 .d_dd .d_href .d_icon {
    display: none;
  }
}
@media (max-width: 1024px) {
  /*公司简介*/
  .d_Con3 .d_dd .d_href.on {
    background: none;
    color: #2c73b6;
  }
  .d_Con3 .d_dd .d_href {
    height: 30px;
    width: auto;
    line-height: 30px;
    text-indent: 0px;
    font-size: 16px;
    padding-right: 20px;
  }
  .d_Con3 .d_dd {
    background: none;
  }
  .d_Con3 .d_rightbox .d_Pic {
    display: none;
  }
  .d_Con3 .d_subnav {
    margin-bottom: 5%;
  }
  .d_Con3 .d_dd .d_href.on .d_icon {
    background: url('../../images/zt/d_icon309.png') no-repeat;
  }
  .d_Con3 .d_dd .d_icon {
    width: 7px;
    height: 14px;
    background: url('../../images/zt/d_icon209.png') no-repeat;
    position: absolute;
    right: 7px;
    top: 16px;
    margin: -8px 0 0 0;
  }
  /*组织架构*/
  .d_Con4 .d_dd .d_href.on {
    background: none;
    color: #2c73b6;
  }
  .d_Con4 .d_dd .d_href {
    height: 30px;
    width: auto;
    line-height: 30px;
    text-indent: 0px;
    font-size: 16px;
    padding-right: 20px;
  }
  .d_Con4 .d_dd {
    background: none;
  }
  .d_Con4 .d_rightbox .d_Pic {
    display: none;
  }
  .d_Con4 .d_subnav {
    margin-bottom: 5%;
  }
  .d_Con4 .d_dd .d_href.on .d_icon {
    background: url('../../images/zt/d_icon309.png') no-repeat;
  }
  .d_Con4 .d_dd .d_icon {
    width: 7px;
    height: 14px;
    background: url('../../images/zt/d_icon209.png') no-repeat;
    position: absolute;
    right: 7px;
    top: 16px;
    margin: -8px 0 0 0;
  }
  /*公司新闻*/
  .d_Con2 .d_dd .d_href.on {
    background: none;
    color: #2c73b6;
  }
  .d_Con2 .d_dd .d_href {
    height: 30px;
    width: auto;
    line-height: 30px;
    text-indent: 0px;
    font-size: 16px;
    padding-right: 20px;
  }
  .d_Con2 .d_dd {
    background: none;
  }
  .d_Con2 .d_rightbox .d_Pic {
    display: none;
  }
  .d_Con2 .d_subnav {
    margin-bottom: 5%;
  }
  .d_Con2 .d_dd .d_href.on .d_icon {
    background: url('../../images/zt/d_icon309.png') no-repeat;
  }
  .d_Con2 .d_dd .d_icon {
    width: 7px;
    height: 14px;
    background: url('../../images/zt/d_icon209.png') no-repeat;
    position: absolute;
    right: 7px;
    top: 16px;
    margin: -8px 0 0 0;
  }
}


/*h 2017-6-6*/
/*联系我们   分公司*/
.office{
  width: 100%;
}
.office-list{
  width: 100%;
}
.office-list ul li{
  float: left;
  width: 48%;
  padding-right: 2%;
  margin: 12px 0;
}
.office-list ul li p{
  margin: 6px 0;
}
.office-list ul li .x-01{
  font-size: 18px;
  color: #333;
}
.office-list ul li .x-02{
  font-size: 16px;
  color: #666;
}
/*联系我们  集团总部*/
.group-head{
  width: 100%;
}
.group-con .group-dz p{
  font-size: 16px;
  color: #666;
  margin: 14px 0;
}
.group-con .group-map{
  margin: 10px 0 0 0;
  width: 100%;
}
.group-con .group-map img{
  width: 100%;
}
#dituContent{
  width: 100%;
  height: 400px;
}
/*人才招聘*/
.joinUs{
  width: 100%;
}
.joinUs-list ul li{
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
}
.joinUs-list ul li .zp-tit{
  font-size: 16px;
  color: #333;
  display: inline-block;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.joinUs-list ul li .zp-time{
  font-size: 16px;
  color: #333;
  float: right;
}

/*人才战略*/
.talent{
  width: 100%;
}
.talent-con p{
  font-size: 16px;
  color: #929292;
  line-height: 34px;
}
.talent-img {
  margin-top: 20px;
}
.talent-img img{
  width: 100%;
}

/*员工风采*/
.staff{
  width: 100%;
}
.staff-list{
  width: 100%;
}
.staff-list .staff-list-item{
  width: 31.33%;
  float: left;
  margin: 1%;
  background: #fff;
  -moz-box-shadow:2px 2px 20px #e5e5e5;
  -webkit-box-shadow:2px 2px 20px #e5e5e5;
  box-shadow: 2px 2px 20px #e5e5e5;
}
.staff-list .staff-list-item .s-Linkwrap{
  display: block;
  padding: 10px 10px 20px 10px;
}
.staff-list .staff-list-item .s-img{
  width: 100%;
}
.staff-list .staff-list-item .s-tit{
  font-size: 18px;
  font-weight: bold;
  color: #5b5b5b;
  margin: 20px 0 8px 0;
  min-height: 50px;
}
.staff-list .staff-list-item .s-txt{
  font-size: 16px;
  color: #929292;
  line-height: 24px;
}

/*员工风采详情页*/
.staff-detail{
  width: 100%;
}
.s-detail-con{
  max-width: 1130px;
  margin: 0 auto;
  padding: 50px 0;
}
.s-detail-con .s-d-tit{
  font-size: 24px;
  color: #5b5b5b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.d_date{
  max-width: 560px;
  margin: 0 auto 40px;
}
.d_date .d_p{
  margin-right: 20px;
}
.s-detail-con .staff-slide{
  width: 100%;
}
.s-detail-con .staff-slide .device-con{
  position: relative;
}
.s-detail-con .staff-slide .device-con .s-l-btn{
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 3;
  margin-top: -25px;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../images/zt/left-btn.png") no-repeat;
}
.s-detail-con .staff-slide .device-con .s-r-btn{
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 3;
  margin-top: -25px;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../images/zt/right-btn.png") no-repeat;
}
.s-detail-con .staff-slide .device-con .staf-slide .swiper-slide{
  position: relative;
}
.s-detail-con .staff-slide .device-con .staf-slide .swiper-slide .slide-txt{
  position: absolute;
   width: 100%;
  padding: 0 ;
  height: 70px;
  bottom: 0;
  left: 0;
  z-index: 4;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  background: url("../../images/zt/text-bg.png") repeat-x;


}
.s-detail-con .staff-slide .device-con .staf-slide .swiper-slide .slide-txt a{
  display: block;
  width: auto;
  margin: 13px 0;
  padding: 0 60px;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.s-detail-con .staff-slide .device-con .staf-slide .swiper-slide .toggle{
  position: absolute;
  width: 60px;
  height: 70px;
  bottom: 0;
  right: 0;
  z-index: 4;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align:center;
  background: url("../../images/zt/text-bg.png") repeat-x;
}
.s-detail-con .staff-slide .device-con .staf-slide .swiper-slide .fold{
  padding-top:36px;
  background: url("../../images/zt/yui_fold.png") no-repeat;
  background-position:-160px center;
}
.s-detail-con .staff-slide .device-con .staf-slide .swiper-slide .unfold{
  display:none;
  padding-top:36px;
  background: url("../../images/zt/yui_fold.png") no-repeat;
  background-position:19px center;
}
.s-detail-con .staff-video{
  background: #000;
}
.s-detail-con .staff-video .swiper-slide{
  text-align: center;
}
.s-detail-con .staff-video .swiper-slide-video{
  cursor: pointer;
}
.s-detail-con .staff-video .staf-slide-item{
  /* position: relative; */
  display: inline-block;
  *display: inline;
  *zoom:1;
  height: 550px;
}
.popup-video{
  display: none;
  position: fixed;
  left:0;
  top:0;
  z-index: 111;
  width: 100%;
  height: 100%;
  background: url(../../images/zt/ztindex_opcity_07.png);
}
.popup-video .video-box{
  position: absolute;
  left:50%;
  top:50%;
  margin-left: -400px;
  margin-top: -270px;
  width: 800px;
  height: 540px;
  background: #000;
}
.popup-video .video-box .btn-close{
  position: absolute;
  right: 0;
  top:-45px;
  z-index: 10;
  width: 45px;
  height: 45px;
  font-size: 40px;
  color:#fff;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
.s-list-item{
  /*width: 101%;*/
  width: 100%;
  margin-top: 20px;
  /*margin-left: -0.5%;*/
  margin-left: 0;
  overflow-x: auto;
  position: relative;
}
.s-list-item ul{
  /*width: auto;*/
}
.s-list-item ul li{
  float: left;
  width: auto;
  /*margin: 0.5%;*/
  margin: 5px;
}
.s-detail-page{
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.s-detail-page p{
  font-size: 16px;
  color: #737373;
  padding: 6px 0;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-detail-page p a{
  font-size: 16px;
  color: #9b9b9b;
}
.s-detail-page p a:hover{
  color: #2c73b6;
}
.s-detail-page .return-s{
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  font-size: 16px;
  color: #fff;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height:30px;
  background: #3075b6;
}

/*国际联运*/
.world-txt{
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
}
.world-txt p{
  font-size: 16px;
  color: #929292;
  line-height: 34px;
}
.railway{
  padding: 50px 0;
}
.express .express-tit .e-t01{
  font-size: 28px;
  color: #2c73b6;
}
.express .express-tit .e-t02{
  font-size: 16px;
  color: #2c73b6;
}
.express .express-tit .e-t03{
  font-size: 16px;
  color: #929292;
  line-height: 34px;
  margin-top: 10px;
}
.express .expCon{
  /*max-width: 1100px;*/
  margin: 0 auto;
}
.express .expCon .express-s{
  border-bottom: 1px solid #e2e2e2;
  padding: 30px 50px;
}
.express .expCon .express-s:last-child{
  padding: 30px 50px 180px;
}
.express .expCon .express-s h4{
  font-size: 16px;
  color: #2c73b6;
}
.express .expCon .express-s h4 a{
  display: block;
  float: right;
  font-size: 16px;
  color: #2c73b6;
}
.express .expCon .express-s h4 a .jt{
  display: block;
  float: right;
  margin-top: 3px;
  margin-left: 8px;
  width: 16px;
  height: 13px;
  background: url("../../images/zt/link-icon01.png") no-repeat;
  transform:rotate(-180deg);
  -moz-transform:rotate(-180deg);
  -webkit-transform:rotate(-180deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}
.express .expCon .express-s h4 a .jt-ac{
  display: block;
  float: right;
  margin-top: 3px;
  margin-left: 8px;
  width: 16px;
  height: 13px;
  background: url("../../images/zt/link-icon01.png") no-repeat;
  transform:rotate(-360deg);
  -moz-transform:rotate(-360deg);
  -webkit-transform:rotate(-360deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=12);
}
.express .expCon .express-s .ex-s-txt{
  margin-top: 10px;
}
.express .expCon .express-s .ex-s-txt p{
  font-size: 16px;
  color: #929292;
  line-height: 34px;
}
.express .expCon .express-s .ex-s-txt p .xq-t{
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 16px;
  color: #2c73b6;
  text-align: center;
}
.express .expCon .express-s .ex-s-txt p .xq-img{
  max-width: 100%;
  margin: 0 auto;
}
.express .expCon .express-s .ex-s-txt ul li{
  float: left;
  width: 46%;
  padding: 0 2%;
  margin: 10px 0;
}
.express .expCon .express-s .ex-s-txt ul li .ex-01{
  font-size: 16px;
  color: #333;
}
.express .expCon .express-s .ex-s-txt ul li .ex-02{
  font-size: 16px;
  color: #929292;
}

/*大事记*/
.events{
  width: 100%;
}
.events-con{
  width: 100%;
  padding: 50px 0;
  position: relative;
}
.events-con .zj-line{
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
}
.events-con .zj-line span{
  display: block;
}
.events-con .zj-line .line-t{
  width: 20px;
  height: 20px;
  background: url("../../images/zt/sj-icon01.png") no-repeat;
  position: absolute;
  top: 0;
}
.events-con .zj-line .line-c{
  width: 1px;
  height: 100%;
  border-left: 1px dashed #333;
  margin: 5px auto;
}
.events-con .zj-line .line-b{
  width: 20px;
  height: 20px;
  background: url("../../images/zt/sj-icon01.png") no-repeat;
  position: absolute;
  bottom: -10px;
}
.events-con .events-c-list{
  width:100%;
}
.events-con .events-c-list .e-list-item{
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}
.events-con .events-c-list .e-list-item .t-r{
  width: 50%;
  float: right;
  font-size: 34px;
  color: #2c73b6;
  text-align: left;
  background: url("../../images/zt/sj-icon02.png") no-repeat;
  background-position: left center;
  text-indent: 50px;
  padding-left: 11px;
}
.events-con .events-c-list .e-list-item .t-l{
  width: 50%;
  float: left;
  font-size: 34px;
  color: #2c73b6;
  text-align: right;
  background: url("../../images/zt/sj-icon02.png") no-repeat;
  background-position: right center;
  padding-right: 50px;
  margin-left: -40px;
}
.events-con .events-c-list .e-list-item .e-item-img .g{
  display: inline-block;
  margin-right: 30px;
  float: right;
}
.events-con .events-c-list .e-list-item .e-item-img{
  width: 50%;
  float: left;
  text-align: right;
  position: relative;
}
.events-con .events-c-list .e-list-item .e-item-img .img-line{
  display: block;
  width: 30px;
  height: 2px;
  line-height: 20px;
  background: #c6c6c6;
  position: absolute;
  top: 52.2%;
  right: 0;
}
.events-con .events-c-list .e-list-item .e-item-img2{
  width: 50%;
  float: right;
  text-align: left;
  position: relative;
}
.events-con .events-c-list .e-list-item .e-item-img2 .g{
  display: inline-block;
  margin-left: 30px;
  float: left;
}
.events-con .events-c-list .e-list-item .e-item-img2 .img-line{
  display: block;
  width: 30px;
  height: 2px;
  line-height: 20px;
  background: #c6c6c6;
  position: absolute;
  top: 50%;
  left: 0;
}
.events-con .events-c-list .e-list-item .e-item-txt{
  width: 50%;
  float: right;
  text-align: left;
}
.events-con .events-c-list .e-list-item .e-item-txt p{
  padding-left: 50px;
  background: url("../../images/zt/sj-icon03.png") no-repeat;
  background-position: left center;
  margin:28px 0 28px -11px;
  /*text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;*/
}
.events-con .events-c-list .e-list-item .e-item-txt2{
  width: 50%;
  float: left;
  text-align: right;
}
.events-con .events-c-list .e-list-item .e-item-txt2 p{
  padding-right: 50px;
  background: url("../../images/zt/sj-icon03.png") no-repeat;
  background-position: right center;
  margin:28px -9px 28px 0;
}
/*多式联运   table*/
.transport{
  width: 100%;
}
.sport-table{
  width: 80%;
  margin: 30px auto 0;
}
.sport-table table{
  border:1px solid #333;
}
.sport-table table tr td{
  width: 16.66%;
  border:1px solid #333;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
}
.sport-table table tr th{
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px){
  .office-list ul li{
    width: 98%;
  }
  .express .expCon .express-s{
    padding: 30px 0;
  }
  .express .expCon .express-s:last-child{
    padding: 30px 0;
  }
  .express .expCon .express-s .ex-s-txt ul li{
    width: 100%;
  }
  .s-list-item ul li{
    /*width: 49%;*/
  }
  .s-detail-con .staff-slide .device-con .staf-slide .swiper-slide .slide-txt{
    height: 68px;
  }
  .s-detail-con .staff-slide .device-con .staf-slide .swiper-slide .slide-txt a{
    margin: 10px 0;
  }
  .staff-list .staff-list-item{
    width: 48%;
  }
  .sport-table{
    width: 100%;
  }
}
@media screen and (max-width: 480px){
  .staff-list .staff-list-item{
    width: 98%;
  }
}


/*h 2017-6-6  end*/

/*search  6-28/*/

.dh-nav{
  background: #fbfbfb;
}
.dh-nav ul{
  width: 83.333%;
  margin: 0 auto;
}
.dh-nav ul li{
  float: left;
  height: 66px;
  line-height: 66px;
  margin-right: 20px;
}
.dh-nav ul li a{
  font-size: 16px;
  color: #5e5e5e;

}
.dh-nav ul li.on a{
  color: #2c73b6;
}
.dh-nav ul li span{
  display: inline-block;
  height: 66px;
  width: 8px;
  background: url('../../images/zt/d_icon01.png') no-repeat center;
}
.scResult{
  width: 100%;
}
.scResult .scResult-con{
  width: 83.333%;
  margin: 0 auto;
  padding: 50px 0;
}
.scResult .scResult-con .scResult-tit{
  margin-bottom: 50px;
}
.scResult .scResult-con .scResult-tit h3{
  font-size: 36px;
  color: #666;
}
.scResult .scResult-con .sc-input{
  width: 100%;
  height: 48px;
  border: 1px solid #bfbfbf;
  position: relative;
}
.scResult .scResult-con .sc-input .s-int{
  width: 96%;
  height: 46px;
  line-height: 46px;
  text-indent: 2em;
  border: none;
  outline: none;
}
.scResult .scResult-con .sc-input .s-btn{
  width: 48px;
  height: 48px;
  background: url("../../images/zt/search-icon-white.png") no-repeat #2c73b6;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}
.scResult .scResult-con .sc-list{
  padding-top: 80px;
}
.scResult .scResult-con .sc-list .re-data{
  font-size: 16px;
  color: #5e5e5e;
}
.scResult .scResult-con .sc-list .re-data span{
  color: #e30920;
}
.scResult .scResult-con .sc-list .result-list{
  margin-top: 10px;
}
.scResult .scResult-con .sc-list .result-list .result-item{
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
}
.scResult .scResult-con .sc-list .result-list .result-item .re-item-l{
  margin-right: 20px;
}
.scResult .scResult-con .sc-list .result-list .result-item .re-item-r{
  width: 70%;

}
.scResult .scResult-con .sc-list .result-list .result-item .re-item-r h4{
  font-size: 18px;
  color: #5e5e5e;
  font-weight: bold;
}
.scResult .scResult-con .sc-list .result-list .result-item .re-item-r h4 a{
  font-size: 18px;
  color: #5e5e5e;
  font-weight: bold;
}
.scResult .scResult-con .sc-list .result-list .result-item .re-item-r p{
  margin-top: 30px;
  font-size: 14px;
  color: #5e5e5e;
}
.scResult .scResult-con .sc-list .result-list .result-item .re-item-r p span{
  display: inline-block;
  margin-right: 20px;
}
.scResult .scResult-con .sc-list .result-list .result-item .re-item-r a{
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #5e5e5e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px){
  .scResult .scResult-con .sc-list .result-list .result-item .re-item-r{
    width: 61%;
  }
}
@media screen and (max-width: 768px){
  .scResult .scResult-con .sc-list .result-list .result-item .re-item-l,
  .scResult .scResult-con .sc-list .result-list .result-item .re-item-r{
    width: 100%;
    margin-right: 0;
  }
  .scResult .scResult-con .sc-list .result-list .result-item .re-item-l{
    text-align: center;
  }
  .scResult .scResult-con .sc-list .result-list .result-item .re-item-l img{
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px){
  .scResult .scResult-con .sc-list .result-list .result-item .re-item-l img{
    width: 100%;
  }
}











/*search  6-28    end/*/



/*
2017
07
11
 */
/* 首页新闻中心轮播 */
.zt_nav_tabs .nav_tabs_box .big_pic .swiper-slide {
    position: relative;
    overflow: hidden;
}

.zt_nav_tabs .nav_tabs_box .big_pic ul .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zt_nav_tabs .nav_tabs_box .big_pic img{
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}
.zt_nav_tabs .label{
  position: relative;
}
.zt_network .world {
    width: 100%;
}
body{
  overflow-x: hidden;
}

/* 新闻弹出
 */
.news_detail_pop {
  display: none;
    z-index: 111111;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0  ;
    background: url(../../images/zt/ztindex_opcity_07.png);
}
.news_detail_pop .box{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0  ;
    margin: auto auto;
    width: 50%;
    height: 80vh;
    background: #fff;
}
.news_detail_pop .yui_close{
  cursor: pointer;
    position: absolute;
    top: 10px  ;
    right: 20px;
    font-size: 33px;
    color: #000;
    line-height: 33px;
}
.news_detail_pop .content{
    width: 100%;
    height:100%;
    overflow-y: auto;
}
.news_detail_pop .box .d_left{
  margin: 0 auto;
}
.news_detail_pop .d_tit {
  margin: 0;
  padding: 80px 0 40px 0;
  font-size: 24px;
  color: #666;
  text-align: center;
}
.news_detail_pop .d_date {
  width: 560px;
  margin: 0 auto 40px;
}
.news_detail_pop .d_p {
  margin: 0 20px 0 0;
  color: #666;
}
.news_detail_pop .box .d_quan {
  display: none;

}

.news_detail_pop .d_pic {
  width: 91.3825%;
  margin: 0 auto;
}
.news_detail_pop .d_pic img{
  width: 100%;
  margin: 0 auto;
}
.news_detail_pop .d_pic .news-con-img{
  width: 100%;
}
.news_detail_pop .d_pic .news-con-img img{
  float: left;
  width: 48%;
  margin: 1%;
}
.news_detail_pop .d_tith4 {
  font-size: 20px;
  color: #666;
  padding: 36px 0;
  text-align: center;
  margin: 0;
}
.news_detail_pop .d_txt {
  font-size: 16px;
  color: #666;
  text-indent: 2em;
  line-height: 32px;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 1500px) {
  .zt_nav_tabs .nav_tabs_box .big_pic .swiper-slide{
    height: 380px;
  }
  .zt_nav_tabs .nav_tabs_box .news li {
    /*margin-bottom: 8px;*/
    margin-bottom: 10px;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date {
    padding: 6px 10px;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date .day {
      margin-bottom: 0;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date {
    float: left;
    padding: 7px 10px;
    background: #fff;
    margin-right: 1.72413793%;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date .day {
    font-size: 16px;
    color: #2c73b6;
    line-height: 16px;
    text-align: center;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date .month {
    font-size: 18px;
    color: #2c73b6;
    line-height: 18px;
    margin:0 0 7px;
    font-weight: bold;
    text-align: center;
  }

}
@media screen and (max-width: 1500px) {
  .zt_nav_tabs .nav_tabs_box .big_pic .swiper-slide{
    height: 380px;
  }
  .zt_nav_tabs .nav_tabs_box .news li {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
  .zt_nav_tabs .nav_tabs_box .news li .date {
  float: left;
  padding: 7px 10px;
  background: #fff;
  margin-right: 1.72413793%;
}
.zt_nav_tabs .nav_tabs_box .news li .date .day {
  font-size: 16px;
  color: #2c73b6;
  line-height: 16px;
  text-align: center;
}
.zt_nav_tabs .nav_tabs_box .news li .date .month {
  font-size: 18px;
  color: #2c73b6;
  line-height: 18px;
  margin:0 0 7px;
  font-weight: bold;
  text-align: center;
}

}
@media screen and (max-width: 1400px) {
  .zt_nav_tabs .nav_tabs_box .big_pic .swiper-slide{
    height: 370px;
  }
    .zt_nav_tabs .nav_tabs_box .news li {
      cursor: pointer;
      overflow: hidden;
      position: relative;
      margin-bottom: 9px;
  }
    .zt_nav_tabs .nav_tabs_box .news li .date {
    float: left;
    padding: 7px 10px;
    background: #fff;
    margin-right: 1.72413793%;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date .day {
    font-size: 16px;
    color: #2c73b6;
    line-height: 16px;
    text-align: center;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date .month {
    font-size: 18px;
    color: #2c73b6;
    line-height: 18px;
    margin:0 0 7px;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 1350px) {
  .zt_nav_tabs .nav_tabs_box .big_pic .swiper-slide{
    height: 350px;
  }
    .zt_nav_tabs .nav_tabs_box .news li {
      cursor: pointer;
      overflow: hidden;
      position: relative;
      margin-bottom: 8px;
  }
    .zt_nav_tabs .nav_tabs_box .news li .date {
    float: left;
    padding: 6px 10px;
    background: #fff;
    margin-right: 1.72413793%;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date .day {
    font-size: 16px;
    color: #2c73b6;
    line-height: 16px;
    text-align: center;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date .month {
    font-size: 18px;
    color: #2c73b6;
    line-height: 18px;
    margin:0 0 6px;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .zt_nav_tabs .nav_tabs_box .big_pic .swiper-slide {
      height: 350px;
  }
}
@media screen and (max-width: 1000px) {
  .zt_nav_tabs .nav_tabs_box .big_pic .swiper-slide {
    height: 333px;
  }
    .zt_nav_tabs .nav_tabs_box .news li {
      cursor: pointer;
      overflow: hidden;
      position: relative;
      margin-bottom: 7px;
  }
    .zt_nav_tabs .nav_tabs_box .news li .date {
    float: left;
    padding: 6px 10px;
    background: #fff;
    margin-right: 1.72413793%;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date .day {
    font-size: 15px;
    color: #2c73b6;
    line-height: 15px;
    text-align: center;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date .month {
    font-size: 18px;
    color: #2c73b6;
    line-height: 18px;
    margin:0 0 5px;
    font-weight: bold;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .zt_nav_tabs .nav_tabs_box .news li .date {
    padding: 6px 5px;

  }
  #footer dl {
    width: 14.4375%;
    float: left;
    margin-bottom: 1.5625%;
    font-size: 13px;
    line-height: 26px;
    color: #666;
  }
}
.zt_nav_tabs .nav_tabs_box .news li .date {
    display: block;
  }
  .zt_nav_tabs .nav_tabs_box .news li .data-mobile {
    display: none;
  }
@media screen and (max-width: 768px) {
  .zt_nav_tabs .nav_tabs_box .big_pic .swiper-slide {
      height: auto;
  }
  .zt_nav_tabs .nav_tabs_box .big_pic img {
    width: 100%;
    height: auto;
  }
  .zt_nav_tabs .nav_tabs_box .big_pic ul {
    display: none;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date {
    float: right;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date,.zt_nav_tabs .nav_tabs_box .news .active .date, .zt_nav_tabs .nav_tabs_box .news li:hover .date{
    color: #333;
    background: none;
  }
  .zt_nav_tabs .nav_tabs_box .news .active .date .day,.zt_nav_tabs .nav_tabs_box .news li .date .day {
    font-size: 2.3rem;
    line-height: 4.5rem;
    display: inline-block;
    color: #333;
  }
  .zt_nav_tabs .nav_tabs_box .news li:hover .date .day{
        color: #333;
  }
  .zt_nav_tabs .nav_tabs_box .news .active .date .month,.zt_nav_tabs .nav_tabs_box .news li .date .month {
    font-size: 2.3rem;
    line-height: 4.5rem;
    margin: 0;
    display: inline-block;
    font-weight: normal;
    color: #333;
  }
  .zt_nav_tabs .nav_tabs_box .news li:hover .date .month{
        color: #333;
  }
  .zt_nav_tabs .nav_tabs_box .news li .p {
      line-height: 4.5rem;
      right: 100px;
      left: 0;
  }
  .zt_nav_tabs .nav_tabs_box .news li .date {
    display: none;
      padding: 0px 0px;
      margin: 0;
          margin-top: 0px;
  }
  .zt_nav_tabs .nav_tabs_box .news li .data-mobile {
    display: block;
  }
  .zt_nav_tabs .nav_tabs_box .news li {
      margin-bottom: 4px;
  }
  .zt_nav_tabs .nav_tabs_box .news {
    margin: 3% 0 5%;
  }
  .index_banner ul {
    display: none;
  }
  .zt_nav_tabs .nav_tabs_box .news li .p{
    line-height: 4.5rem;
    color: #000;
  }
/*新闻*/
  .d_Con .d_left .d_p {
    margin: 0;
    float: none;
    display: block;
    text-align: center;
    line-height: 24px;
    padding: 0 0 0 5px;
  }
  .d_Con .d_left .d_quan,.d_Con .d_left .d_jt {
    display: none;
  }
  #dituContent {
      width: 100%;
      height: 300px;
  }
}

@media print  {
  .d_banner,#header,.d_Con .d_path,.d_Con .d_right,#footer {
    display: none;
    height: 0;
  }
  .d_Con .d_left .d_p{
    display: block;
    float: none;
    text-align: center;
  }
}
/*@media screen and (max-width: 756px) {
  .index_banner .swiper-slide .small{
    display: block;
    width: 100%;
    height: auto;
  }
  .index_banner .swiper-slide .larger{
    display: none;
  }
}*/

/* 2017-07-13 */
h3.zt_title{
  position: relative;
}
.office-list ul li .y_02{
  height: 44px;
}

b,
strong {
  font-weight: bold;
}
/* 2017-08-22 */
@media screen and (min-width: 1920px) {
  body{
    max-width: 1920px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .index_banner ul {
     left: 0;
     right: 0;
     width: 100%;
     text-align:center;
  }
  .index_banner ul .title {
      line-height: 2.9rem;
      font-size: 2.5rem;
  }
  .index_banner ul {
    top: 20%;
  }
  .index_banner ul .width {
    width: 100%;
  }
  #dituContent {
      width: 100%;
      height: 200px;
  }
}

@media screen and (max-width: 640px) {
  .videoT{
    width: 100%;
    height: auto;
  }
}






@media screen and (max-width: 768px) {
  .s-detail-con .staff-video .staf-slide-item{
    display: table-cell;
    vertical-align: middle;
  }
  .d_Con .swiper-wrapper img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

/*  20190118 */
#header .zt-top p .mobile_right{
  overflow: hidden;
  text-align: left;
  float: right;
}
#header .zt-top p{
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1240px){
  #header .zt-top{
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 768px){
  #header .zt-top p .sp01{
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px){
  #header .zt-top p .mobile_right{
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    padding-right: 10px;
  }
  #header .zt-top p .sp01{
    margin-left:5px;
  }
  #header .zt-top{
    width: 100%;
    padding: 0;
  }
  #header .zt-top p .sp01 a{
    font-size: 12px;
    line-height: 16px;
    background-size: auto 100%;
  }
}

/* 20190118-end */